face: fix move modal

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/888/head
Varun Patil 2023-10-24 12:08:08 -07:00
parent 5881f7fb09
commit 0a7914d9b9
1 changed files with 0 additions and 2 deletions

View File

@ -107,8 +107,6 @@ export default defineComponent({
} }
try { try {
this.show = false;
// Create map to return IPhoto later // Create map to return IPhoto later
const map = new Map<number, IPhoto>(); const map = new Map<number, IPhoto>();
for (const photo of this.photos.filter((p) => p.faceid)) { for (const photo of this.photos.filter((p) => p.faceid)) {