MCPcopy Create free account
hub / github.com/garrytan/gstack / startBasicPicker

Function startBasicPicker

extension/content.js:322–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320}
321
322function startBasicPicker() {
323 basicPickerActive = true;
324 document.addEventListener('mousemove', onBasicMouseMove, true);
325 document.addEventListener('click', onBasicClick, true);
326 document.addEventListener('keydown', onBasicKeydown, true);
327}
328
329// Do NOT dispatch gstack-extension-ready here — the extension being loaded
330// does not mean the sidebar is open. The welcome page arrow hint should only

Callers 1

content.jsFile · 0.85

Calls 1

addEventListenerMethod · 0.80

Tested by

no test coverage detected