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 33abfb1 commit b184c82Copy full SHA for b184c82
packages/text-annotator/src/TextAnnotatorOptions.ts
@@ -17,7 +17,7 @@ export interface TextAnnotatorOptions<I extends TextAnnotation = TextAnnotation,
17
18
presence?: PresencePainterOptions;
19
20
- selectionMode?: 'shortest' | 'all';
+ selectionMode?: 'single' | 'all';
21
22
style?: HighlightStyleExpression;
23
0 commit comments