MCPcopy Create free account
hub / github.com/SKVNDR/FastDork / clearBorder

Function clearBorder

Script/FastDork.js:1128–1128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1126 if (isProblematic) {
1127 setFieldError(el, true);
1128 const clearBorder = () => hideErrorTab1(el);
1129 el.addEventListener("input", clearBorder, { once: true });
1130 el.addEventListener("change", clearBorder, { once: true });
1131 el.addEventListener("focus", clearBorder, { once: true });

Callers

nothing calls this directly

Calls 1

hideErrorTab1Function · 0.85

Tested by

no test coverage detected