Closed Chlebamaticon closed 1 week ago
Thank you for your contribution. Could you resolve a formatting issue by running npm run format
?
Thank you for your contribution. Could you resolve a formatting issue by running
npm run format
?
Of course, just did it now and pushed commit.
Merged, please wait for the next release.
Problem
ButtonApi does not implement correctly Emitter model since it does wrap handler with arrow function without setting handler key (packages/core/src/blade/api/button.ts). Therefore, using the same handler within
.off
method to unregister listener basically does not work since reference does not exist - as presented here.