mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 22:37:04 +08: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"] &': {
|
'[data-client-border="true"] &': {
|
||||||
right: `calc(-5px - ${gap} / 2)`,
|
right: `calc(-5px - ${gap} / 2)`,
|
||||||
},
|
},
|
||||||
|
[`.${splitViewPanel}[data-is-dragging="true"] &`]: {
|
||||||
|
display: 'none',
|
||||||
|
},
|
||||||
|
|
||||||
// horizontal
|
// horizontal
|
||||||
'[data-orientation="horizontal"] &::before, [data-orientation="horizontal"] &::after':
|
'[data-orientation="horizontal"] &::before, [data-orientation="horizontal"] &::after':
|
||||||
|
|||||||
Reference in New Issue
Block a user