mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:21:36 +08:00
fixed afterFrame index bug which caused the event to trigger on the wrong index
This commit is contained in:
@@ -1395,7 +1395,7 @@ Test.prototype.tests = {
|
||||
radius: [70, 35],
|
||||
fill: 'green',
|
||||
stroke: 'black',
|
||||
strokeWidth: 4
|
||||
strokeWidth: 8
|
||||
});
|
||||
layer.add(circle);
|
||||
stage.add(layer);
|
||||
|
||||
Reference in New Issue
Block a user