Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_bindListeners
Method · 0.95
Calls
1
fire
Method · 0.80
Tested by
no test coverage detected