Vanessa 2024-04-15 22:12:56 +08:00
parent 3e3b319653
commit 0c1325fbc5
3 changed files with 9 additions and 2 deletions

View file

@ -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();