MCPcopy Create free account
hub / github.com/sql-js/sql.js / filter

Function filter

documentation/javascript/application.js:10336–10340  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

10334 };
10335
10336 function filter(event){
10337 var tagName = (event.target || event.srcElement).tagName;
10338 // ignore keypressed in any elements that support keyboard data input
10339 return !(tagName == 'INPUT' || tagName == 'SELECT' || tagName == 'TEXTAREA');
10340 }
10341
10342 // initialize key.<modifier> to false
10343 for(k in _MODIFIERS) assignKey[k] = false;

Callers 1

codemirror.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…