Gallery improvements, better layout and autoplay of next media file.

This commit is contained in:
2023-11-20 17:51:34 +00:00
parent 4b49f454ba
commit 907fdb9baf
5 changed files with 137 additions and 66 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<input type=checkbox tabindex=-1 :checked="store.selected.has(doc.key)"
<input type=checkbox tabindex=-1 :checked="store.selected.has(doc.key)" @click.stop
@change="ev => {
if ((ev.target as HTMLInputElement).checked) {
store.selected.add(doc.key)