Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 9, 2023
1 parent a4077bb commit b2e380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notebook-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ const editNotebookMetadata: JupyterFrontEndPlugin<void> = {
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(_ => {
Expand Down

0 comments on commit b2e380a

Please sign in to comment.