mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Fix emit
This commit is contained in:
parent
7c920466dd
commit
684b572216
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue