disable click css

44

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

Comments

Submit
0 Comments