Skip to content

Commit

Permalink
Fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysante committed Nov 11, 2023
1 parent 9b9164d commit 3a1f6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ftxui/component/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class InputBase : public ComponentBase, public InputOption {
on_change();
return true;
}

bool DeleteImpl() {
if (cursor_position() == (int)content->size()) {
return false;
Expand Down

0 comments on commit 3a1f6fb

Please sign in to comment.