fix: show resize handle if node is selected
This commit is contained in:
parent
4f3577f009
commit
614baf153b
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container:global(.ProseMirror-selectednode) .handle {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.resizing .handle {
|
.resizing .handle {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue