Skip to content

1.3.2

Latest
Compare
Choose a tag to compare
@joshxfi joshxfi released this 01 Oct 10:59
49444a5

Bug Fixes 🐞

  • Removed Redundant Click-Outside Logic:
    • The useEffect that handled clicks outside the popover has been removed. This was causing issues where clicking outside on elements with user-select: none would unintentionally close the popover, even though the text remained highlighted.
    • Since clicking outside naturally removes text selection, the previous logic was redundant and caused bugs by closing the popover prematurely.

To upgrade to v1.3.2, run:

npm install @omsimos/react-highlight-popover@latest

Full Changelog: v1.3.1...v1.3.2