MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / preventFunc

Function preventFunc

wasm/reset_events.js:81–83  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

79
80// override this to prevent only events you need to prevent
81var preventFunc = function (event) {
82 event.preventDefault();
83}
84
85var drop_files_or_dir = function (event) {
86 var callDropFunc = function (length, filenamesPtr) {

Callers 1

updateEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected