This commit is contained in:
Juan Edi 2021-05-25 18:25:01 -03:00
parent b8890005fd
commit ec6c739ffd

View File

@ -168,10 +168,10 @@ keyEvents { focusAndSelect, tabs } thisTab keyCode =
( True, Nothing ) ->
( True
, if tab.disabled then
Just { select = tab.id, focus = Just (tabToId tab.idString) }
Nothing
else
Nothing
Just { select = tab.id, focus = Just (tabToId tab.idString) }
)
( False, Nothing ) ->