Skip to content

Commit

Permalink
Merge pull request #4 from parse-community/master
Browse files Browse the repository at this point in the history
fix: Allow other key binding while adding new row (parse-community#1714)
  • Loading branch information
sakibguy authored May 27, 2021
2 parents 2fedd25 + 83fb9cb commit cb90511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dashboard/Data/Browser/DataBrowser.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export default class DataBrowser extends React.Component {
this.props.onAbortAddRow();
e.preventDefault();
}
return;
}
if (this.state.editing) {
switch (e.keyCode) {
Expand Down

0 comments on commit cb90511

Please sign in to comment.