Skip to content

Instantly share code, notes, and snippets.

@newmana
Created February 22, 2017 03:05
Show Gist options
  • Save newmana/03b65de495543be6a2c3704e16403a9d to your computer and use it in GitHub Desktop.
Save newmana/03b65de495543be6a2c3704e16403a9d to your computer and use it in GitHub Desktop.
function resetFlags(e) {
dragPan.enable();
dragged = false;
overFeature = null;
overReportOrSite = false;
overSiteId = -1;
mouseDown = false;
mouseDownFeature = false;
mouseDownSite = false;
mouseDownReport = false;
mouseDownRight = false;
mouseDownLeft = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment