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:
Danila Poyarkov 2026-08-19 00:07:29 +03:00
parent b48fe1623b
commit f2228f45ef

View file

@ -53,6 +53,9 @@ describe('APP_MENU_SCHEMA', () => {
'theme-light',
'theme-dark',
'theme-auto',
'snap-geometry',
'snap-objects',
'snap-pixel-grid',
'settings'
])
})