fix: essentials and pinned removed on ctrl-tab #9012#11333
fix: essentials and pinned removed on ctrl-tab #9012#11333Vedaant-Rajoo wants to merge 3 commits intozen-browser:devfrom
Conversation
…d tabs in ctrl-tab menu
|
|
mr-cheffy
left a comment
There was a problem hiding this comment.
Looks good, some minor changes, could you please guide me on how you would remove a tab from the ctrl+tab menu though?
|
I can edit to make the setting also a condition for the behavior of remove on Ctrl-Tab Menu |
|
Is there an update @mr-cheffy ? |
|
I still don't know how I would remove a tab from the ctrl tab menu though, I couldn't reproduce yet, maybe I'm doing it wrong |
|
i dont understand? Do you mean remove as in remove it from the menu or remove it from the sidebar. Or did you mean unload? |
|
So, its pressing ctrl+W while ctrl+tabing, right? |
|
Yup. That is correct. Its the short to unload/remove inside the Ctrl-Tab menu. You have to hold |
|
Sorry for the delay, i'll review ASAP when im free |
|
There are conflicts. @Vedaant-Rajoo Would you mind if I fix this? |
|
Go ahead |

Fix:
✅ Detects essential/pinned tabs
✅ Routes them through onCloseTabShortcut to unload instead of remove
✅ Updates the Ctrl+Tab UI properly (removes preview, updates list)
Fixes #9012