parent
19566bda2e
commit
b26ec958a5
|
@ -28,6 +28,8 @@ function onEvent (e) {
|
||||||
return // ignore if the user is selecting text inside the clickable area
|
return // ignore if the user is selecting text inside the clickable area
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
e.preventDefault()
|
||||||
|
e.stopPropagation()
|
||||||
callbacks[key](e)
|
callbacks[key](e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue