mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
added new fire() method which fires synthetic events and custom events. Simulate() now simulates user events with event bubbling
This commit is contained in:
@@ -616,7 +616,7 @@ Test.prototype.tests = {
|
||||
test(groupMousedowns === 4, 'groupMousedowns should be 4');
|
||||
test(greenCircleMousedowns === 2, 'greenCircleMousedowns should be 2');
|
||||
},
|
||||
'*EVENTS - group mouseenter events': function(containerId) {
|
||||
'EVENTS - group mouseenter events': function(containerId) {
|
||||
var stage = new Kinetic.Stage({
|
||||
container: containerId,
|
||||
width: 578,
|
||||
|
Reference in New Issue
Block a user