]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/lexical/rich-text/LexicalImageNode.ts
Lexical: Improved navigation around images/media
[bookstack] / resources / js / wysiwyg / lexical / rich-text / LexicalImageNode.ts
index 9f42ad73204042ec4045e97ac4e73b4fa2e07e0e..40f4ab71165dfc4e082606b2f986351e68627008 100644 (file)
@@ -133,7 +133,7 @@ export class ImageNode extends ElementNode {
 
         element.addEventListener('click', e => {
             _editor.update(() => {
-                $selectSingleNode(this);
+                this.select();
             });
         });