|
|
@@ -614,7 +614,8 @@ function bindEventYS() {
|
|
|
$("td").attr("style", "");
|
|
|
$(".container-table").on("touchstart", function () {
|
|
|
pressTableFlag = true;
|
|
|
- }).on("touchend", function () {
|
|
|
+ });
|
|
|
+ $(document).on("touchend", function () {
|
|
|
pressTableFlag = false;
|
|
|
});
|
|
|
}
|