oooops bad merge removed some docs

This commit is contained in:
Juan Edi 2021-05-26 15:50:17 -03:00
parent 8bf69a6fb2
commit 800e02eab3

View File

@ -63,6 +63,8 @@ withTooltip attributes =
Attribute (\tab -> { tab | tabTooltip = attributes })
{-| Makes it so that the tab can't be clicked or focused via keyboard navigation
-}
disabled : Bool -> Attribute id msg
disabled isDisabled =
Attribute (\tab -> { tab | disabled = isDisabled })