Skip to content

Commit a573cb9

Browse files
404-htmlunknown
authored and
unknown
committed
fix: Descriptive statistics for number cells in data browser not showing (parse-community#2581)
1 parent 435e33c commit a573cb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ class Browser extends DashboardView {
18991899
}
19001900

19011901
onMouseUpRowCheckBox() {
1902-
this.setState({
1902+
this.state.rowCheckboxDragging && this.setState({
19031903
rowCheckboxDragging: false,
19041904
draggedRowSelection: false,
19051905
});
@@ -2026,7 +2026,6 @@ class Browser extends DashboardView {
20262026
setRelation={this.setRelation}
20272027
onAddColumn={this.showAddColumn}
20282028
onAddRow={this.addRow}
2029-
onAbortAddRow={this.abortAddRow}
20302029
onAddRowWithModal={this.addRowWithModal}
20312030
onAddClass={this.showCreateClass}
20322031
showNote={this.showNote}

0 commit comments

Comments
 (0)