Update persona image upload to new cropper

This commit is contained in:
Cohee
2024-06-25 02:18:10 +03:00
parent 45ae8d1060
commit 650755198d
2 changed files with 8 additions and 7 deletions

View File

@ -210,7 +210,7 @@ export class Popup {
autoCropArea: 1,
viewMode: 2,
rotatable: false,
crop: function (event) {
crop: (event) => {
this.cropData = event.detail;
this.cropData.want_resize = !power_user.never_resize_avatars;
},