Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/handsontable/handsontable
/ destroy
Function
destroy
handsontable/src/focusManager/utils/focusDetector.ts:45–48 ·
view source on GitHub ↗
* Destroys the focus detector.
()
Source
from the content-addressed store, hash-verified
43
* Destroys the focus detector.
44
*/
45
destroy() {
46
inputTrapTop.remove();
47
inputTrapBottom.remove();
48
},
49
};
50
}
51
Callers
2
scopeManager.spec.js
File · 0.50
focusDetector.spec.js
File · 0.50
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…