fix(editor): apply CodeRabbit snapping fixes
- Preserve transformed Control bypass and native preference dispatch - Clarify snapping settings and keep fractional positions visible - Filter hidden targets and harden guide and resize handling - Update native menu schema coverage
This commit is contained in:
parent
b48fe1623b
commit
f2228f45ef
|
|
@ -53,6 +53,9 @@ describe('APP_MENU_SCHEMA', () => {
|
|||
'theme-light',
|
||||
'theme-dark',
|
||||
'theme-auto',
|
||||
'snap-geometry',
|
||||
'snap-objects',
|
||||
'snap-pixel-grid',
|
||||
'settings'
|
||||
])
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue