mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Lexical: Improved navigation around images/media
- Added specific handling to move/insert-up/down on arrow press. - Prevented resize overlay from interrupting image node focus.
This commit is contained in:
@@ -133,7 +133,7 @@ export class ImageNode extends ElementNode {
|
||||
|
||||
element.addEventListener('click', e => {
|
||||
_editor.update(() => {
|
||||
$selectSingleNode(this);
|
||||
this.select();
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user