Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ export function WorkspaceTabMenu({
const Icon = option.icon
const isLast = index === menuOptions.length - 1

return option.id === 'history' ? (
// Only document-history has history items for now. For media-history we will have a pop-up, different UI/UX for it...
Copy link

Copilot AI Nov 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar issue in comment: "For media-history we will have a pop-up" should be "For media-history, we will have a pop-up" (missing comma after the introductory clause).

Suggested change
// Only document-history has history items for now. For media-history we will have a pop-up, different UI/UX for it...
// Only document-history has history items for now. For media-history, we will have a pop-up, different UI/UX for it...

Copilot uses AI. Check for mistakes.
return option.id === 'document-history' ? (
<MenubarSub key={option.id}>
<MenubarSubTrigger>
<Icon className="h-4 w-4 mr-2" />
Expand Down
Loading
Loading