mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-11-03 04:58:12 +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