mirror of
https://github.com/konvajs/konva.git
synced 2026-01-24 05:45:14 +08:00
fix tests
This commit is contained in:
@@ -38,7 +38,7 @@ export interface ImageConfig extends ShapeConfig {
|
||||
export class Image extends Shape<ImageConfig> {
|
||||
constructor(attrs: ImageConfig) {
|
||||
super(attrs);
|
||||
this.on('imageChange.konva', (e) => {
|
||||
this.on('imageChange.konva', () => {
|
||||
this._setImageLoad();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user