Browse Source

[新增]素材变大后更新宽高属性框

master
邵佳豪 4 years ago
parent
commit
f044c02ec6
  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)
AxMessageSystem.addListener('imageResize', (eventName, args1) => {
this.assetWidth = args1.Width
this.assetHeight = args1.Height
}, this)
this.getAllLibrary()
let that = this

Loading…
Cancel
Save