mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
fix warning
This commit is contained in:
parent
314b1bd867
commit
f27b58114a
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,7 @@ impl DrawableComponent for TextInputComponent {
|
|||
|
||||
f.render_widget(Clear, area);
|
||||
|
||||
f.render_widget(ta.widget(), area);
|
||||
f.render_widget(ta, area);
|
||||
|
||||
if self.show_char_count {
|
||||
self.draw_char_count(f, area);
|
||||
|
|
|
|||
Loading…
Reference in a new issue