Fix cursor sometimes not being moved into mathjax editor (#1737)

This commit is contained in:
Henrik Giesel 2022-03-24 09:29:30 +01:00 committed by GitHub
parent 7ab79aad8b
commit 9029c5f497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,7 +299,7 @@ export function checkHandles(): void {
const selection = getSelection(handle)!;
if (selection.rangeCount === 0) {
return;
continue;
}
checkWhetherMovingIntoHandle(selection, handle);