Skip to content

Commit b184c82

Browse files
committed
Renamed default selectionMode
1 parent 33abfb1 commit b184c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/text-annotator/src/TextAnnotatorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface TextAnnotatorOptions<I extends TextAnnotation = TextAnnotation,
1717

1818
presence?: PresencePainterOptions;
1919

20-
selectionMode?: 'shortest' | 'all';
20+
selectionMode?: 'single' | 'all';
2121

2222
style?: HighlightStyleExpression;
2323

0 commit comments

Comments
 (0)