vue3-tabs-chrome icon indicating copy to clipboard operation
vue3-tabs-chrome copied to clipboard

Don't resize tabs until mouseout

Open adamjimenez opened this issue 1 year ago • 2 comments

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.

adamjimenez avatar Mar 09 '23 11:03 adamjimenez

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

viewweiwu avatar Mar 17 '23 17:03 viewweiwu

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

adamjimenez avatar Mar 17 '23 18:03 adamjimenez