URGENT: Text selection does not work
- November 24, 2023
- 2 replies
- 2356 views
Attempting to select a simple piece of text, throws hundreds of javascript exceptions in the browser and does not enable the toolbar even upon waiting for it.
Uncaught TypeError: Cannot read properties of undefined (reading 'deviceLeft')
at CommentsOverlay.onSelectionEnd (CommentsOverlay.jsx:420:37)
at SignalDispatcher.js:25:9
at Array.forEach (<anonymous>)
at SignalDispatcher.trigger (SignalDispatcher.js:24:17)
at endSelection (selectionHandler.js:143:3)
at TextManager.selectionHandler (selectionHandler.js:63:14)
at TextManager._onSelectionEnd (TextManager.js:606:10)
at TextManager.endSelection (TextManager.js:622:12)
at TextManager.handleMouseUp (TextManager.js:640:10)
at PageContentHandler.invokeTextManagerMethod (index.js:100:47)
See attached video
