disable click css

36

.avoid-clicks {
  pointer-events: none;
}
document.oncontextmenu = new Function("return false;");
a.isDisabled {
  pointer-events: none;
}

Comments

Submit
0 Comments