fix: add missing need_render() call in add_info_content()
This commit is contained in:
parent
2b4f5d0af0
commit
07e3df4cd9
1 changed files with 1 additions and 0 deletions
|
@ -758,4 +758,5 @@ fn add_info_content(
|
||||||
},
|
},
|
||||||
else => {},
|
else => {},
|
||||||
};
|
};
|
||||||
|
tui.need_render();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue