mirror of
https://github.com/wassname/template.git
synced 2026-08-13 12:40:25 +08:00
dismiss-citation-popup-ontouchend
This commit is contained in:
@@ -81,6 +81,11 @@ DistillHoverBox.bind = function bind(node, key) {
|
||||
DistillHoverBox.liveBoxes[key].extendTimeout(250);
|
||||
}
|
||||
});
|
||||
node.addEventListener("touchend", () => {
|
||||
if (key in DistillHoverBox.liveBoxes){
|
||||
DistillHoverBox.liveBoxes[key].extendTimeout(250);
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user