MCPcopy
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

constructorMethod · 0.95
showMethod · 0.95
setTitleMethod · 0.45
btnClickFunction · 0.45
constructorMethod · 0.45
toPrintMethod · 0.45
inputEventHandlerFunction · 0.45
constructorMethod · 0.45
clearMethod · 0.45
setOffsetMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls 2

unbindFunction · 0.90
removeChildMethod · 0.80

Tested by

no test coverage detected