viewweiwu / vue3-tabs-chrome

chrome tab like.
99 stars 28 forks source link

Don't resize tabs until mouseout #15

Open adamjimenez opened 1 year ago

adamjimenez commented 1 year ago

When you close a tab the remaining tabs resize instantly. This is different from Chrome's behaviour which waits until the mouse is away from the tab bar. The benefit is that it is easier to remove multiple tabs without having to move the mouse.

viewweiwu commented 1 year ago

I experience an immediate change in width when the tab is closed. The effect should be similar though.

adamjimenez commented 1 year ago

It is immediate but it would be better to wait until mouseout to be more like chrome.