From 83fb9cbbe4b3234767edc16521c47175aa093587 Mon Sep 17 00:00:00 2001 From: Christopher Brookes Date: Thu, 27 May 2021 02:54:39 +0200 Subject: [PATCH] fix: Allow other key binding while adding new row (#1714) --- src/dashboard/Data/Browser/DataBrowser.react.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dashboard/Data/Browser/DataBrowser.react.js b/src/dashboard/Data/Browser/DataBrowser.react.js index fa1a517137..fb8431d23f 100644 --- a/src/dashboard/Data/Browser/DataBrowser.react.js +++ b/src/dashboard/Data/Browser/DataBrowser.react.js @@ -159,7 +159,6 @@ export default class DataBrowser extends React.Component { this.props.onAbortAddRow(); e.preventDefault(); } - return; } if (this.state.editing) { switch (e.keyCode) {