We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991fcc5 commit e146b6fCopy full SHA for e146b6f
src/dashboard/Data/Browser/Browser.react.js
@@ -1834,7 +1834,7 @@ class Browser extends DashboardView {
1834
}
1835
1836
onMouseUpRowCheckBox() {
1837
- this.setState({
+ this.state.rowCheckboxDragging && this.setState({
1838
rowCheckboxDragging: false,
1839
draggedRowSelection: false,
1840
});
@@ -1961,7 +1961,6 @@ class Browser extends DashboardView {
1961
setRelation={this.setRelation}
1962
onAddColumn={this.showAddColumn}
1963
onAddRow={this.addRow}
1964
- onAbortAddRow={this.abortAddRow}
1965
onAddRowWithModal={this.addRowWithModal}
1966
onAddClass={this.showCreateClass}
1967
showNote={this.showNote}
0 commit comments