From bca44a990c34a57ff3dbc77db2a72f0e99bc0984 Mon Sep 17 00:00:00 2001 From: Rich Chiodo Date: Wed, 9 Oct 2019 17:39:30 -0700 Subject: [PATCH] Another fix for focus on add --- src/datascience-ui/native-editor/nativeEditor.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/datascience-ui/native-editor/nativeEditor.tsx b/src/datascience-ui/native-editor/nativeEditor.tsx index df7ea965cc59..60afeaefe45a 100644 --- a/src/datascience-ui/native-editor/nativeEditor.tsx +++ b/src/datascience-ui/native-editor/nativeEditor.tsx @@ -176,7 +176,8 @@ export class NativeEditor extends React.Component this.focusCell(newCell.cell.id, true), 0); } }; const runAll = () => {