Skip to content

Commit 5adbeeb

Browse files
Update packages/text-annotator/src/SelectionHandler.ts
Co-authored-by: Oleksandr Danylchenko <[email protected]>
1 parent 9cf64f8 commit 5adbeeb

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
@@ -206,7 +206,7 @@ export const SelectionHandler = (
206206
}
207207
} else if (!selection.isEmpty()) {
208208
selection.clear();
209-
}
209+
}
210210
};
211211

212212
const timeDifference = evt.timeStamp - lastDownEvent.timeStamp;

0 commit comments

Comments
 (0)