|
|
@ -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 |
|
|
|