陈鹏飞 4 years ago
parent
commit
c0e896a502
  1. 5
      src/app/ui/collection-tools/collection-tools.component.ts

5
src/app/ui/collection-tools/collection-tools.component.ts

@ -504,7 +504,10 @@ export class CollectionToolsComponent implements OnInit {
this.isShowProperty = false this.isShowProperty = false
} }
}, this) }, this)
AxMessageSystem.addListener('imageResize', (eventName, args1) => {
this.assetWidth = args1.Width
this.assetHeight = args1.Height
}, this)
this.getAllLibrary() this.getAllLibrary()
let that = this let that = this

Loading…
Cancel
Save