Skip to content

Commit 984f071

Browse files
committed
avoid auto closing on blur
1 parent 47be3cc commit 984f071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/notebooks/deepnote/sqlCellStatusBarProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ export class SqlCellStatusBarProvider implements NotebookCellStatusBarItemProvid
245245
const newVariableNameInput = await window.showInputBox({
246246
prompt: l10n.t('Enter variable name for SQL query result'),
247247
value: currentVariableName,
248+
ignoreFocusOut: true,
248249
validateInput: (value) => {
249250
const trimmed = value.trim();
250251
if (!trimmed) {

0 commit comments

Comments
 (0)