Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SnapDrop/snapdrop
/ _handleShareTargetText
Method
_handleShareTargetText
client/scripts/ui.js:336–340 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
334
}
335
336
_handleShareTargetText() {
337
if
(!window.shareTargetText)
return
;
338
this.$text.textContent = window.shareTargetText;
339
window.shareTargetText =
''
;
340
}
341
342
_send(e) {
343
e.preventDefault();
Callers
1
_onRecipient
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected