Closed pythonandchips closed 2 years ago
Thanks for report this bug @pythonandchips. I was able to reproduce on my side the same. I'll push a fix today or tomorrow for it.
@obetomuniz Thanks you very much
Hey @pythonandchips, The bug still exists。
🐛 Bug Report
Event action parameter used to return a string but now returns a function. The JSFiddle below demonstrates the change.
Expected Behaviour
From the JSFiddle above expect e.action to equal "copy"
Actual Behaviour
Instead of
e.action
being a string a function is returnedTo Reproduce
On JSFiddle click copy button. Check console, expected string to be logged but is function.
Browsers Affected
All
Operational System
MacOS, Windows, Linux