diff --git a/packages/text-annotator/src/SelectionHandler.ts b/packages/text-annotator/src/SelectionHandler.ts index e4531548..d8c787ba 100644 --- a/packages/text-annotator/src/SelectionHandler.ts +++ b/packages/text-annotator/src/SelectionHandler.ts @@ -55,8 +55,7 @@ export const createSelectionHandler = ( const onSelectStart = (evt: Event) => { if (!currentAnnotatingEnabled) return; - if (isLeftClick === false) - return; + if (isLeftClick === false) return; /** * Make sure we don't listen to selection changes that were