Skip to content

Commit

Permalink
Merge branch 'recogito#127-annotating-enabled-reactive' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-danylchenko committed Nov 6, 2024
2 parents 225b2d6 + 7a44635 commit 71019d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/text-annotator/src/SelectionHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const createSelectionHandler = (

if (!enabled) {
currentTarget = undefined;
isLeftClick = undefined;
lastDownEvent = undefined;
}
};
Expand Down

0 comments on commit 71019d1

Please sign in to comment.