resolve_eslint_NodePropertiesComponent (#921)

* resolve_eslint_NodePropertiesComponent

* address commit

* Open new screen: Screen reader does not pass the 'Copied' information after selecting 'Copy' button.

* resolve lint error
This commit is contained in:
Hardikkumar Nai
2021-10-12 21:13:35 +05:30
committed by GitHub
parent aff7133095
commit 271256bffb
6 changed files with 29 additions and 39 deletions

View File

@@ -118,7 +118,7 @@ export default class NotebookTabV2 extends NotebookTabBase {
const saveButtonChildren = [];
if (this.container.notebookManager?.gitHubOAuthService.isLoggedIn()) {
saveButtonChildren.push({
iconName: "Copy",
iconName: copyToLabel,
onCommandClick: () => this.copyNotebook(),
commandButtonLabel: copyToLabel,
hasPopup: false,