viewer: remove useless bang
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/900/head
parent
cc7586af62
commit
f7de4fe492
|
@ -834,7 +834,7 @@ export default defineComponent({
|
||||||
}));
|
}));
|
||||||
|
|
||||||
this.isOpen = true;
|
this.isOpen = true;
|
||||||
photoswipe!.init();
|
photoswipe.init();
|
||||||
},
|
},
|
||||||
|
|
||||||
/** Get base data object */
|
/** Get base data object */
|
||||||
|
|
Loading…
Reference in New Issue