mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
update CHANGELOG with new version
This commit is contained in:
3
konva.js
3
konva.js
@@ -11586,8 +11586,6 @@
|
||||
}
|
||||
_setImageLoad() {
|
||||
const image = this.image();
|
||||
console.log(image && image.complete);
|
||||
console.log(image && image.readyState === 4);
|
||||
// check is image is already loaded
|
||||
if (image && image.complete) {
|
||||
return;
|
||||
@@ -11598,7 +11596,6 @@
|
||||
}
|
||||
if (image && image['addEventListener']) {
|
||||
image['addEventListener']('load', () => {
|
||||
console.log('onload');
|
||||
this._requestDraw();
|
||||
});
|
||||
}
|
||||
|
2
konva.min.js
vendored
2
konva.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user