#2067 webkit bugfix

This commit is contained in:
2023-06-20 10:26:39 +02:00
parent 9214d71439
commit 60b6ca9c60
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ export default {
},
onToggleManifs (e) {
console.log('togle manifs', e)
let aside = e.originalTarget.parentNode
let aside = e.target.parentNode
// console.log('aside', aside)
aside.classList.toggle('opened')
},