moxin-org / moxin

Moxin: an AI LLM platform in pure Rust
https://www.moxin.app
Apache License 2.0
122 stars 17 forks source link

Avoid redraw call in render logic in Chat #139

Closed jmbejar closed 3 weeks ago

jmbejar commented 3 weeks ago

I was debugging the Chat screen and confirmed we had a self.redraw(cx) in a function that was called (indirectly) from a draw_widget function body. This change should not affect anything, but let's confirm with more testing.