mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Simplify the Render(screen, document) function.
This commit is contained in:
@@ -321,7 +321,7 @@ void ScreenInteractive::Draw(Component* component) {
|
||||
cursor_.y = dimy_ - 1;
|
||||
}
|
||||
|
||||
Render(*this, document.get());
|
||||
Render(*this, document);
|
||||
|
||||
// Set cursor position for user using tools to insert CJK characters.
|
||||
set_cursor_position = "";
|
||||
|
Reference in New Issue
Block a user