babyman / quick-tabs-chrome-extension

A quick tab list and switch plugin inspired by the intelliJ IDEA java IDE
BSD 3-Clause "New" or "Revised" License
984 stars 172 forks source link

add middle click to close tab #379

Closed va9iff closed 3 days ago

va9iff commented 7 months ago

to close a tab, we can now click the middle button of the mouse (wheel) on an item alongside clicking the x button on the right

hababr commented 3 days ago

@babyman While you are merging, maybe consider this change. I tried and think this is quite useful. But I believe it's better to change e.stopPropagation() to e.preventDefault().