- Fix: Revert fix to have extension mouseup events run on "zoom" and

"select" modes (#159); breaks polygon selection
- npm: Bump to 3.0.1
This commit is contained in:
Brett Zamir
2018-10-22 23:43:59 +08:00
parent 2cecbac24a
commit f4bbd34d34
13 changed files with 20 additions and 17 deletions

View File

@@ -16062,7 +16062,7 @@
}
}
break;
return;
case 'zoom':
if (rubberBox != null) {
@@ -16077,7 +16077,7 @@
height: Math.abs(realY - rStartY),
factor: factor
});
break;
return;
case 'fhpath':
// Check that the path contains at least 2 points; a degenerate one-point path