This commit is contained in:
Shan Carter
2017-03-22 10:46:04 -07:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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);
}
});
}