mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
fix: show resize handle if node is selected
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.container:global(.ProseMirror-selectednode) .handle {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.resizing .handle {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user