diff --git a/src/dashboard/Data/Browser/Browser.react.js b/src/dashboard/Data/Browser/Browser.react.js index 88f07a5998..188c6f46a6 100644 --- a/src/dashboard/Data/Browser/Browser.react.js +++ b/src/dashboard/Data/Browser/Browser.react.js @@ -1834,7 +1834,7 @@ class Browser extends DashboardView { } onMouseUpRowCheckBox() { - this.setState({ + this.state.rowCheckboxDragging && this.setState({ rowCheckboxDragging: false, draggedRowSelection: false, }); @@ -1961,7 +1961,6 @@ class Browser extends DashboardView { setRelation={this.setRelation} onAddColumn={this.showAddColumn} onAddRow={this.addRow} - onAbortAddRow={this.abortAddRow} onAddRowWithModal={this.addRowWithModal} onAddClass={this.showCreateClass} showNote={this.showNote}