Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
11.56k
stars
925
forks
source link
Race condition when calling `off` in event handlers #1813
Open
luin opened 2 months ago
To reproduce
Expected
On the first click, it should log both
"handler1"
and"handler2"
.Actual behavior
On the first click, only
"handler1"
is logged.