share-modal: reset loading counter
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/head
parent
bdc95b0cbf
commit
379dee2c91
|
@ -113,6 +113,7 @@ export default defineComponent({
|
|||
created() {
|
||||
globalThis.sharePhoto = (photo: IPhoto) => {
|
||||
this.photo = photo;
|
||||
this.loading = 0;
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue