Skip to content

Commit 83fb9cb

Browse files
author
Christopher Brookes
authored
fix: Allow other key binding while adding new row (#1714)
1 parent cf3e1f7 commit 83fb9cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
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)