mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
Fix wrong double tap trigger
This commit is contained in:
@@ -64,6 +64,7 @@ setTimeout(function() {
|
||||
});
|
||||
// now try to create image from url
|
||||
Konva.Image.fromURL(data, () => {
|
||||
console.log('image loaded');
|
||||
// shoul'd throw
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user