Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SnapDrop/snapdrop
/
Class
client/scripts/ui.js:351–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
}
350
351
class
ReceiveTextDialog extends Dialog {
352
constructor() {
353
super(
'receiveTextDialog'
);
354
Events.on(
'text-received'
, e => this._onText(e.detail))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected