feat: add R as shortcut of recording button; fixed linter errors.

This commit is contained in:
Xiaohan-Tian
2026-05-01 14:29:27 -07:00
parent 043e90b1d7
commit 9be96cd957
27 changed files with 2266 additions and 2225 deletions
+1 -1
View File
@@ -1197,7 +1197,7 @@ export const useProjectStore = create<ProjectState>((set, get) => {
set({ showChatBox: defaultChatBoxOpen });
}
}
}
};
});