React directly on hash changes in appstore view

This commit is contained in:
Johannes Zellner
2025-06-25 16:14:58 +02:00
parent c779701d26
commit 7d1f218523
2 changed files with 23 additions and 7 deletions

View File

@@ -201,7 +201,10 @@ defineExpose({
currentScreenshotPos = 0;
dialog.value.open();
}
},
close() {
dialog.value.close();
},
});
</script>