mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 07:00:09 +00:00
commit
c104165920
@ -146,7 +146,7 @@ export class PhotoEditCrop extends PhotoEditBase {
|
||||
let limit = this.calcNewLimit();
|
||||
if (this.isCropShowInitialized) {
|
||||
this.cropShow.syncLimitRect(limit);
|
||||
this.determineMaxScaleFactor(this.input);
|
||||
this.input && this.determineMaxScaleFactor(this.input);
|
||||
} else {
|
||||
this.cropShow.init(limit, this.imageRatio);
|
||||
this.isCropShowInitialized = true;
|
||||
|
Loading…
Reference in New Issue
Block a user