Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
228
class
ReceiveDialog extends Dialog {
Callers
3
constructor
Method · 0.95
hide
Method · 0.45
_onNotfiy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected