MCPcopy Create free account
hub / github.com/SnapDrop/snapdrop /

Class

client/scripts/ui.js:313–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311
312
313class SendTextDialog extends Dialog {
314 constructor() {
315 super('sendTextDialog');
316 Events.on('text-recipient', e => this._onRecipient(e.detail))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected