viewer: remove useless bang

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/900/head
Varun Patil 2023-10-28 13:16:28 -07:00
parent cc7586af62
commit f7de4fe492
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ export default defineComponent({
}));
this.isOpen = true;
photoswipe!.init();
photoswipe.init();
},
/** Get base data object */