- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user