Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Feb 23, 2024
1 parent cb3206f commit 325419b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/OptionsListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ function getTagListSections(tags: Tag[], recentlyUsedTags: string[], selectedOpt
if (selectedOptions.length) {
const selectedTagOptions = selectedOptions.map((option) => ({
name: option.name,
// Should be marked as enabled to be able to unselect even though the selected category is disabled
enabled: true,
}));

Expand Down

0 comments on commit 325419b

Please sign in to comment.