MCPcopy
hub / github.com/SnapDrop/snapdrop / _onRightClick

Method _onRightClick

client/scripts/ui.js:188–191  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

186 }
187
188 _onRightClick(e) {
189 e.preventDefault();
190 Events.fire('text-recipient', this._peer.id);
191 }
192
193 _onTouchStart(e) {
194 this._touchStart = Date.now();

Callers 1

_bindListenersMethod · 0.95

Calls 1

fireMethod · 0.80

Tested by

no test coverage detected