We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7872dfe commit 0ed6325Copy full SHA for 0ed6325
packages/text-annotator/src/SelectionHandler.ts
@@ -95,7 +95,7 @@ export const SelectionHandler = (
95
* But rich text editors like Quill will do it!
96
*/
97
if (!selectionRanges.some(r => r.intersectsNode(container))) {
98
- currentTarget = undefined;
+ // currentTarget = undefined;
99
return;
100
}
101
0 commit comments