Skip to content

Commit

Permalink
fix: Descriptive statistics for number cells in data browser not show…
Browse files Browse the repository at this point in the history
  • Loading branch information
404-html authored Jul 26, 2024
1 parent 991fcc5 commit e146b6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dashboard/Data/Browser/Browser.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ class Browser extends DashboardView {
}

onMouseUpRowCheckBox() {
this.setState({
this.state.rowCheckboxDragging && this.setState({
rowCheckboxDragging: false,
draggedRowSelection: false,
});
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit e146b6f

Please sign in to comment.