diff --git a/plugins/Editing.jsx b/plugins/Editing.jsx index 33bbfe5fc..6a7d2824a 100644 --- a/plugins/Editing.jsx +++ b/plugins/Editing.jsx @@ -234,7 +234,7 @@ class Editing extends React.Component { ) : null]; } actionClicked = (action, data) => { - this.setState({drawPick: false}); + this.setState({drawPick: false, pickedFeatures: null}); if (action === "AttribTable") { this.props.setCurrentTask("AttributeTable", null, null, {layer: this.state.selectedLayer}); } else if (action === "Draw") {