Skip to content

Instantly share code, notes, and snippets.

@rayrayzayzay
Created May 23, 2023 19:26
Show Gist options
  • Save rayrayzayzay/9a15b54ea40eae571eadead16915f5e9 to your computer and use it in GitHub Desktop.
Save rayrayzayzay/9a15b54ea40eae571eadead16915f5e9 to your computer and use it in GitHub Desktop.
if (isScreenshot) return;
if (!isEditor) return;
if (isOnMap(event)) return;
if (sidebarState.displayedItem !== "comments") return;
if (hasDragged.check(event)) return;
if (currentTool !== "NONE") return;
if (isPanning) return;
if (isZooming) return;
if (event.shiftKey) return;
// now, do the thing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment