Skip to content

Commit

Permalink
fix: Allow other key binding while adding new row (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Brookes authored May 27, 2021
1 parent cf3e1f7 commit 83fb9cb
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 83fb9cb

Please sign in to comment.