Fix cursor sometimes not being moved into mathjax editor (#1737)
This commit is contained in:
parent
7ab79aad8b
commit
9029c5f497
@ -299,7 +299,7 @@ export function checkHandles(): void {
|
||||
const selection = getSelection(handle)!;
|
||||
|
||||
if (selection.rangeCount === 0) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
checkWhetherMovingIntoHandle(selection, handle);
|
||||
|
Loading…
Reference in New Issue
Block a user