You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I met a problem with the hidden tabs' dropdown trigger logic
By default, we currently use hover to trigger the dropdown popup, but this is not a good practice I think, because the dropdown will be hidden soon once the mouse leaves the moreIcon or dropdown element.
This will make it difficult for users to switch to the tab they want because the dropdown can easily be hidden.
But, if the trigger condition is click it will be better.
I have already raised a PR to support this feature.
The text was updated successfully, but these errors were encountered:
Hi all, I met a problem with the hidden tabs' dropdown trigger logic
By default, we currently use
hover
to trigger the dropdown popup, but this is not a good practice I think, because the dropdown will be hidden soon once the mouse leaves themoreIcon
ordropdown element
.This will make it difficult for users to switch to the tab they want because the dropdown can easily be hidden.
But, if the trigger condition is
click
it will be better.I have already raised a PR to support this feature.
The text was updated successfully, but these errors were encountered: