fix: show resize handle if node is selected

This commit is contained in:
Philipinho
2026-03-02 01:57:06 +00:00
parent 4f3577f009
commit 614baf153b
@@ -44,6 +44,10 @@
opacity: 1;
}
.container:global(.ProseMirror-selectednode) .handle {
opacity: 1;
}
.resizing .handle {
opacity: 1;
}