Skip to content

Commit feef3e8

Browse files
committed
Formatting
1 parent ff71007 commit feef3e8

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
@@ -4,6 +4,7 @@ import { v4 as uuidv4 } from 'uuid';
44
import hotkeys from 'hotkeys-js';
55
import type { TextAnnotatorState } from './state';
66
import type { TextAnnotation, TextAnnotationTarget } from './model';
7+
import type { TextAnnotatorOptions } from './TextAnnotatorOptions';
78
import {
89
clonePointerEvent,
910
cloneKeyboardEvent,
@@ -15,7 +16,6 @@ import {
1516
trimRangeToContainer,
1617
isNotAnnotatable
1718
} from './utils';
18-
import type { TextAnnotatorOptions } from './TextAnnotatorOptions';
1919

2020
const CLICK_TIMEOUT = 300;
2121

0 commit comments

Comments
 (0)