From 614baf153b1d5916e02e9daa1ec18aa01453f141 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:57:06 +0000 Subject: [PATCH] fix: show resize handle if node is selected --- .../features/editor/components/common/node-resize.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/features/editor/components/common/node-resize.module.css b/apps/client/src/features/editor/components/common/node-resize.module.css index 7010e324..48e9702e 100644 --- a/apps/client/src/features/editor/components/common/node-resize.module.css +++ b/apps/client/src/features/editor/components/common/node-resize.module.css @@ -44,6 +44,10 @@ opacity: 1; } +.container:global(.ProseMirror-selectednode) .handle { + opacity: 1; +} + .resizing .handle { opacity: 1; }