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

Method hide

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

Source from the content-addressed store, hash-verified

297 }
298
299 hide() {
300 this.$el.querySelector('.preview').style.visibility = 'hidden';
301 this.$el.querySelector("#img-preview").src = "";
302 super.hide();
303 this._dequeueFile();
304 }
305
306
307 _autoDownload(){

Callers

nothing calls this directly

Calls 2

_dequeueFileMethod · 0.95
hideMethod · 0.45

Tested by

no test coverage detected