Mark Paniterce
Mark Paniterce
Brave Update to 1.70.126
Fix for #16733 The component uses `getSelection()` which [is not supported](https://developer.mozilla.org/en-US/docs/Web/API/Window/getSelection#related_objects) in Firefox and Edge (Legacy). Does making `onInputKeyPress()` read `null` on selected texts. Updated `onInputKeyPress()` for more browser agnostic...
Fix for #16729 I modified the behavior so that the `document:keydown` event listener is only active when the Tooltip is in `interactionInProgress` state. This change significantly reduces the number of...