MCPcopy Create free account
hub / github.com/ShareDropio/sharedrop / didInsertElement

Function didInsertElement

app/components/room-url.js:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 classNames: ['room-url'],
6
7 didInsertElement() {
8 $(this.element).focus().select();
9 },
10
11 copyValueToClipboard() {
12 if (window.ClipboardEvent) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected