mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-08 07:27:44 +03:00
fixup
This commit is contained in:
parent
b8890005fd
commit
ec6c739ffd
@ -168,10 +168,10 @@ keyEvents { focusAndSelect, tabs } thisTab keyCode =
|
|||||||
( True, Nothing ) ->
|
( True, Nothing ) ->
|
||||||
( True
|
( True
|
||||||
, if tab.disabled then
|
, if tab.disabled then
|
||||||
Just { select = tab.id, focus = Just (tabToId tab.idString) }
|
Nothing
|
||||||
|
|
||||||
else
|
else
|
||||||
Nothing
|
Just { select = tab.id, focus = Just (tabToId tab.idString) }
|
||||||
)
|
)
|
||||||
|
|
||||||
( False, Nothing ) ->
|
( False, Nothing ) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user