Remove debug

This commit is contained in:
Leo Vasanko 2023-11-18 11:47:01 -08:00
parent 8dda230510
commit 53778543bf

View File

@ -4,7 +4,6 @@
@contextmenu.stop @contextmenu.stop
@focus.stop="store.cursor = doc.key" @focus.stop="store.cursor = doc.key"
@click="ev => { @click="ev => {
console.log('Gallery click', doc.key, store.cursor, !!media)
if (m!.play()) ev.preventDefault() if (m!.play()) ev.preventDefault()
store.cursor = doc.key store.cursor = doc.key
}" }"