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 5adbeeb commit 28908cfCopy full SHA for 28908cf
packages/text-annotator/src/SelectionHandler.ts
@@ -143,8 +143,10 @@ export const SelectionHandler = (
143
updated: new Date()
144
};
145
146
- // On destkop, the annotation won't usually exist while the selection is
147
- // being edited. But it will typcially be the case on mobile!
+ /**
+ * During mouse selection on the desktop, annotation won't usually exist while the selection is being edited.
148
+ * But it will be typical during keyboard or mobile handlebars selection!
149
+ */
150
if (store.getAnnotation(currentTarget.annotation)) {
151
store.updateTarget(currentTarget, Origin.LOCAL);
152
}
0 commit comments