Skip to content

Commit

Permalink
Renamed default selectionMode
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Nov 11, 2024
1 parent 33abfb1 commit b184c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/text-annotator/src/TextAnnotatorOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface TextAnnotatorOptions<I extends TextAnnotation = TextAnnotation,

presence?: PresencePainterOptions;

selectionMode?: 'shortest' | 'all';
selectionMode?: 'single' | 'all';

style?: HighlightStyleExpression;

Expand Down

0 comments on commit b184c82

Please sign in to comment.