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 435e33c commit a573cb9Copy full SHA for a573cb9
src/dashboard/Data/Browser/Browser.react.js
@@ -1899,7 +1899,7 @@ class Browser extends DashboardView {
1899
}
1900
1901
onMouseUpRowCheckBox() {
1902
- this.setState({
+ this.state.rowCheckboxDragging && this.setState({
1903
rowCheckboxDragging: false,
1904
draggedRowSelection: false,
1905
});
@@ -2026,7 +2026,6 @@ class Browser extends DashboardView {
2026
setRelation={this.setRelation}
2027
onAddColumn={this.showAddColumn}
2028
onAddRow={this.addRow}
2029
- onAbortAddRow={this.abortAddRow}
2030
onAddRowWithModal={this.addRowWithModal}
2031
onAddClass={this.showCreateClass}
2032
showNote={this.showNote}
0 commit comments