vue3-popper icon indicating copy to clipboard operation
vue3-popper copied to clipboard

Popper events are emitted even if popper is disabled

Open pdesmarais opened this issue 3 years ago • 0 comments

Description of the bug Popper events are emitted even if popper is disabled

To Reproduce

  1. Add a handler to the open:popper event
  2. Set the popper's disabled to true
  3. Click or hover on the popper's trigger
  4. open:popper event handler gets executed

Expected behavior Events should not be triggered or emitted when popper is disabled

pdesmarais avatar Dec 30 '21 15:12 pdesmarais