testing-library/testing-playground

Can't disable "select element" mouseover

rbusquet opened this issue ยท 1 comments

Bug Report ๐Ÿ›

Can't disable mouse over hint by clicking on the "select element" button in the chrome extension:

Jun-30-2020 23-18-50

To Reproduce โœ”๏ธ

  1. Click the "select element" button on the chrome extension
  2. See mouse-over triggers changes in the code editor for hints
  3. Click "select element" again
  4. Mouse-over behavior continues, even after changing tabs/closing dev tools

Expected behavior ๐Ÿค”

Mouse over overlay behavior is togglable.

Suggested solution ๐Ÿ”ฆ

Not a lot, don't have much experience developing for chrome extensions

Your Environment ๐Ÿ’ป

  • browser: Chrome
  • os: Mac

Hi @rbusquet thanks for spotting this :).

I have fixed the issue #229