mirror of
https://github.com/ilyakooo0/reflex-vty.git
synced 2024-11-26 02:14:31 +03:00
Correct function row's implementation
This commit is contained in:
parent
359148795c
commit
53c21f085b
@ -226,7 +226,7 @@ row
|
||||
-> VtyWidget t m a
|
||||
row child = do
|
||||
nav <- tabNavigation
|
||||
runLayout (pure Orientation_Column) 0 nav child
|
||||
runLayout (pure Orientation_Row) 0 nav child
|
||||
|
||||
-- | Produces an 'Event' that navigates forward one tile when the Tab key is pressed
|
||||
-- and backward one tile when Shift+Tab is pressed.
|
||||
|
Loading…
Reference in New Issue
Block a user