Skip to content

Commit cb90511

Browse files
authored
Merge pull request #4 from parse-community/master
fix: Allow other key binding while adding new row (parse-community#1714)
2 parents 2fedd25 + 83fb9cb commit cb90511

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ export default class DataBrowser extends React.Component {
159159
this.props.onAbortAddRow();
160160
e.preventDefault();
161161
}
162-
return;
163162
}
164163
if (this.state.editing) {
165164
switch (e.keyCode) {

0 commit comments

Comments
 (0)