We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47be3cc commit 984f071Copy full SHA for 984f071
src/notebooks/deepnote/sqlCellStatusBarProvider.ts
@@ -245,6 +245,7 @@ export class SqlCellStatusBarProvider implements NotebookCellStatusBarItemProvid
245
const newVariableNameInput = await window.showInputBox({
246
prompt: l10n.t('Enter variable name for SQL query result'),
247
value: currentVariableName,
248
+ ignoreFocusOut: true,
249
validateInput: (value) => {
250
const trimmed = value.trim();
251
if (!trimmed) {
0 commit comments