-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grayout "Edit Notebook Metadata" for other file formats. #7265
Grayout "Edit Notebook Metadata" for other file formats. #7265
Conversation
@@ -549,6 +549,7 @@ const editNotebookMetadata: JupyterFrontEndPlugin<void> = { | |||
}); | |||
} | |||
}, | |||
isEnabled: () => shell.currentWidget !== null && shell.currentWidget instanceof NotebookPanel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will need adding some new lines to satisfy linter.
I would consider going as far as hiding it altogether (isVisible
?).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I will incorporate the changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Issue No. #7264