Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/myliang/x-spreadsheet
/ hide
Method
hide
src/component/modal.js:38–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
hide() {
39
this.el.hide();
40
document.body.removeChild(this.dimmer.el);
41
unbind(window,
'keydown'
, window.xkeydownEsc);
42
delete window.xkeydownEsc;
43
}
44
}
Callers
15
constructor
Method · 0.95
show
Method · 0.95
setTitle
Method · 0.45
btnClick
Function · 0.45
constructor
Method · 0.45
toPrint
Method · 0.45
inputEventHandler
Function · 0.45
constructor
Method · 0.45
clear
Method · 0.45
setOffset
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
Calls
2
unbind
Function · 0.90
removeChild
Method · 0.80
Tested by
no test coverage detected