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 ff71007 commit feef3e8Copy full SHA for feef3e8
packages/text-annotator/src/SelectionHandler.ts
@@ -4,6 +4,7 @@ import { v4 as uuidv4 } from 'uuid';
4
import hotkeys from 'hotkeys-js';
5
import type { TextAnnotatorState } from './state';
6
import type { TextAnnotation, TextAnnotationTarget } from './model';
7
+import type { TextAnnotatorOptions } from './TextAnnotatorOptions';
8
import {
9
clonePointerEvent,
10
cloneKeyboardEvent,
@@ -15,7 +16,6 @@ import {
15
16
trimRangeToContainer,
17
isNotAnnotatable
18
} from './utils';
-import type { TextAnnotatorOptions } from './TextAnnotatorOptions';
19
20
const CLICK_TIMEOUT = 300;
21
0 commit comments