MCPcopy
hub / github.com/SnapDrop/snapdrop / hide

Method hide

client/scripts/ui.js:221–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 }
220
221 hide() {
222 this.$el.removeAttribute('show');
223 document.activeElement.blur();
224 window.blur();
225 }
226}
227
228class ReceiveDialog extends Dialog {

Callers 3

constructorMethod · 0.95
hideMethod · 0.45
_onNotfiyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected