mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 17:34:06 +01:00
This commit is contained in:
parent
3e3b319653
commit
0c1325fbc5
3 changed files with 9 additions and 2 deletions
|
|
@ -328,6 +328,7 @@ const editKeydown = (app: App, event: KeyboardEvent) => {
|
|||
srcIDs: sourceIds,
|
||||
avID,
|
||||
}]);
|
||||
focusByRange(range)
|
||||
});
|
||||
} else {
|
||||
const selectElement: Element[] = [];
|
||||
|
|
@ -362,6 +363,7 @@ const editKeydown = (app: App, event: KeyboardEvent) => {
|
|||
srcIDs: sourceIds,
|
||||
avID,
|
||||
}]);
|
||||
focusByRange(range)
|
||||
});
|
||||
}
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue