Skip to content

Commit e146b6f

Browse files
authored
fix: Descriptive statistics for number cells in data browser not showing (#2581)
1 parent 991fcc5 commit e146b6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dashboard/Data/Browser/Browser.react.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ class Browser extends DashboardView {
18341834
}
18351835

18361836
onMouseUpRowCheckBox() {
1837-
this.setState({
1837+
this.state.rowCheckboxDragging && this.setState({
18381838
rowCheckboxDragging: false,
18391839
draggedRowSelection: false,
18401840
});
@@ -1961,7 +1961,6 @@ class Browser extends DashboardView {
19611961
setRelation={this.setRelation}
19621962
onAddColumn={this.showAddColumn}
19631963
onAddRow={this.addRow}
1964-
onAbortAddRow={this.abortAddRow}
19651964
onAddRowWithModal={this.addRowWithModal}
19661965
onAddClass={this.showCreateClass}
19671966
showNote={this.showNote}

0 commit comments

Comments
 (0)