fix(layer): 图片图层重绘

This commit is contained in:
thinkinggis 2020-07-15 15:06:59 +08:00
parent 5bd2fa5ec6
commit 29c7993017
1 changed files with 1 additions and 0 deletions

View File

@ -121,5 +121,6 @@ export default class ImageModel extends BaseModel {
width: 1024,
height: this.iconService.canvasHeight || 128,
});
this.layer.render();
};
}