RibirX / Polestar

A Rust open source cross-platform ChatGPT/Gemini UI (Linux / Win / MacOS).
MIT License
18 stars 2 forks source link

The text is not displaying with line breaks. #21

Closed thinkingjimmy closed 10 months ago

thinkingjimmy commented 11 months ago
image
sologeek commented 10 months ago
@TextSelectable {
  @Text {
    text,
    overflow: Overflow::AutoWrap,
    text_style: TypographyTheme::of(ctx!()).body_large.text.clone()
   }
}

remove TextSelectable it work, @wjian23 you can see see