block touchstart

This commit is contained in:
wolegca 2019-09-12 16:09:54 +08:00
parent 441316d2fe
commit c64a4795d1

View File

@ -1,3 +1,6 @@
$(window).on("selectstart", function () {
return false;
});
$(window).on("touchstart", function () {
return false;
});