mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 23:07:02 +08:00
fix(core): avoid shaking when renaming doc in title bar (#6847)
- before

- after

This commit is contained in:
@@ -6,7 +6,6 @@ export const title = style({
|
||||
selectors: {
|
||||
'&[data-editing="true"]': {
|
||||
['WebkitAppRegion' as string]: 'no-drag',
|
||||
flexGrow: 1,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user