mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-29 16:39:34 +08:00
Fix: Forward gridbox
selected box. (#408)
This was discovered in: https://github.com/ArthurSonzogni/FTXUI/issues/407
This commit is contained in:
@@ -449,9 +449,9 @@ TEST(FlexboxTest, Focus) {
|
||||
Screen screen(1, 3);
|
||||
Render(screen, document);
|
||||
EXPECT_EQ(screen.ToString(),
|
||||
"7\r\n"
|
||||
"-\r\n"
|
||||
"8"
|
||||
"7\r\n"
|
||||
"-"
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user