nul800sebastiaan / Cultiv.Tabify

MIT License
8 stars 4 forks source link

Fix to hide "Content" dropdown #12 #13

Closed MarcStoecker closed 5 years ago

MarcStoecker commented 5 years ago

This disables the dropdown when tabs are used. Solved irritations users had with the "new tabs and the button" for us.

nul800sebastiaan commented 5 years ago

Thanks @esn303 - I'm having a look now! 👍

nul800sebastiaan commented 5 years ago

Perfect, I think this was the default behavior before but it got a little lost along the way. As long as these do nothing then the dropdown should not be there indeed.

All good, thanks very much @esn303 ! New release coming right up.

ronaldbarendse commented 5 years ago

Would be nice to have the dropdown and intercept the vm.anchorClicked event to activate the correct tab!

MarcStoecker commented 5 years ago

Agree, @ronaldbarendse! It was a last minute fix to be honest, as we discovered it a bit late ... ;) Can you do this, hook into the anchor click? That would b awesome!