hide in readonly mode

This commit is contained in:
Philipinho
2026-03-28 11:38:44 +00:00
parent bfaef88429
commit 7681894953
@@ -449,7 +449,10 @@ export class ResizableNodeView {
this.container = this.createContainer(); this.container = this.createContainer();
this.applyInitialSize(); this.applyInitialSize();
this.attachHandles();
if (this.editor.isEditable) {
this.attachHandles();
}
this.editor.on('update', this.handleEditorUpdate.bind(this)); this.editor.on('update', this.handleEditorUpdate.bind(this));
} }