MCPcopy Index your code
hub / github.com/SnapDrop/snapdrop / show

Method show

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

Source from the content-addressed store, hash-verified

214 }
215
216 show() {
217 this.$el.setAttribute('show', 1);
218 if (this.$autoFocus) this.$autoFocus.focus();
219 }
220
221 hide() {
222 this.$el.removeAttribute('show');

Callers 4

_displayFileMethod · 0.80
_onRecipientMethod · 0.80
_onTextMethod · 0.80
_onNotfiyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected