@opengeoweb/webmap-react 9.2.0 → 9.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +2 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -51473,9 +51473,9 @@ class MapDraw extends React.PureComponent {
|
|
|
51473
51473
|
this.featureHasChanged('cancelEdit');
|
|
51474
51474
|
webmapjs.draw('MapDraw::cancelEdit');
|
|
51475
51475
|
} else {
|
|
51476
|
-
/* When in
|
|
51476
|
+
/* When in deletefeatures mode, remove any vertex under the mousecursor */
|
|
51477
51477
|
// eslint-disable-next-line no-lonely-if
|
|
51478
|
-
if (this.myEditMode === EDITMODE.
|
|
51478
|
+
if (this.myEditMode === EDITMODE.DELETE_FEATURES) {
|
|
51479
51479
|
this.deleteFeature();
|
|
51480
51480
|
}
|
|
51481
51481
|
}
|