diff --git a/ts/editable/frame-handle.ts b/ts/editable/frame-handle.ts index 5392579cf..577ea266f 100644 --- a/ts/editable/frame-handle.ts +++ b/ts/editable/frame-handle.ts @@ -299,7 +299,7 @@ export function checkHandles(): void { const selection = getSelection(handle)!; if (selection.rangeCount === 0) { - return; + continue; } checkWhetherMovingIntoHandle(selection, handle);