This commit is contained in:
Shiny Nematoda 2023-03-27 19:10:53 +00:00 committed by vrifox
parent 7c920466dd
commit 684b572216
No known key found for this signature in database
GPG key ID: D40098E5B60B2197

View file

@ -19,7 +19,7 @@ function isHandle(el) {
} }
function handleClick(e) { function handleClick(e) {
if (!isHandle(e.target)) $emit('playthis', plurl) if (!isHandle(e.target)) emit('playthis', plurl)
} }
function setCanDrag(e) { function setCanDrag(e) {