Fix wrong double tap trigger

This commit is contained in:
Anton Lavrenov
2019-07-18 07:55:22 +07:00
parent 494666d070
commit 9cef088d24
6 changed files with 85 additions and 11 deletions

View File

@@ -64,6 +64,7 @@ setTimeout(function() {
});
// now try to create image from url
Konva.Image.fromURL(data, () => {
console.log('image loaded');
// shoul'd throw
});
}