chore: Minor fix

This commit is contained in:
iamsivin
2026-02-19 21:25:20 +05:30
parent 2f21009609
commit bde3368a9f
3 changed files with 240 additions and 14 deletions
@@ -53,12 +53,12 @@ const placeholder = computed(() =>
);
const hotKeys = computed(() => [
...dynamicSnoozeActions.value,
...inboxHotKeys.value,
...goToCommandHotKeys.value,
...goToAppearanceHotKeys.value,
...bulkActionsHotKeys.value,
...conversationHotKeys.value,
...dynamicSnoozeActions.value,
]);
const setCommandBarData = () => {
@@ -156,7 +156,7 @@ const onCommandBarChange = item => {
];
if (uniqueParents.length === 1) {
currentCommandRoot.value = uniqueParents[0];
} else if (uniqueParents.length > 1) {
} else {
currentCommandRoot.value = null;
}
}