Fix: Forward gridbox selected box. (#408)

This was discovered in:
https://github.com/ArthurSonzogni/FTXUI/issues/407
This commit is contained in:
Arthur Sonzogni
2022-05-28 22:35:52 +02:00
committed by GitHub
parent 219daf46ff
commit ed5b4cec49
5 changed files with 69 additions and 28 deletions

View File

@@ -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"
"-"
);
}