Skip to content

Commit 0ed6325

Browse files
committed
Tweak
1 parent 7872dfe commit 0ed6325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/text-annotator/src/SelectionHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const SelectionHandler = (
9595
* But rich text editors like Quill will do it!
9696
*/
9797
if (!selectionRanges.some(r => r.intersectsNode(container))) {
98-
currentTarget = undefined;
98+
// currentTarget = undefined;
9999
return;
100100
}
101101

0 commit comments

Comments
 (0)