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 c3b7405d64
commit 6da7191ab1

View file

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