mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(core): resize-handle remains interactive when dragging split-view (#6217)
This commit is contained in:
@@ -100,6 +100,9 @@ export const resizeHandle = style({
|
||||
'[data-client-border="true"] &': {
|
||||
right: `calc(-5px - ${gap} / 2)`,
|
||||
},
|
||||
[`.${splitViewPanel}[data-is-dragging="true"] &`]: {
|
||||
display: 'none',
|
||||
},
|
||||
|
||||
// horizontal
|
||||
'[data-orientation="horizontal"] &::before, [data-orientation="horizontal"] &::after':
|
||||
|
||||
Reference in New Issue
Block a user