From b2e380a8b18d51b4f9d89bd051b263b3b0289fd3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:29:04 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- packages/notebook-extension/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notebook-extension/src/index.ts b/packages/notebook-extension/src/index.ts index 3e6456d98f..2b0c369b9c 100644 --- a/packages/notebook-extension/src/index.ts +++ b/packages/notebook-extension/src/index.ts @@ -506,7 +506,7 @@ const editNotebookMetadata: JupyterFrontEndPlugin = { title: `Show Notebook Tools`, id: 'notebook-tools', } - + // Check if Show Notebook Tools (Right Sidebar) is open (expanded) if (!commands.isToggled(command, args)){ await commands.execute(command, args).then(_ => {