From 61e0e19435d9f0c9a958acc10603ff44d68634b9 Mon Sep 17 00:00:00 2001 From: Sarah Rietkerk Date: Tue, 9 Apr 2024 12:09:38 -0700 Subject: [PATCH] remove menu role from projectnamearea, give explicit role of button to save project button --- webapp/src/editortoolbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/editortoolbar.tsx b/webapp/src/editortoolbar.tsx index bd654a948dcd..89e8ede05ce5 100644 --- a/webapp/src/editortoolbar.tsx +++ b/webapp/src/editortoolbar.tsx @@ -153,7 +153,7 @@ export class EditorToolbar extends data.Component) if (showSave) { - saveInput.push() + saveInput.push() } return saveInput; @@ -431,7 +431,7 @@ export class EditorToolbar extends data.Component} {(showProjectRename || showGithub || identity.CloudSaveStatus.wouldRender(header.id)) && -