Improve AI provider model configuration

This commit is contained in:
2026-08-09 15:48:15 -05:00
parent 603437a24e
commit 170a87e981
13 changed files with 748 additions and 142 deletions
+1 -1
View File
@@ -1656,7 +1656,7 @@ impl Element for EditorElement {
);
}
if size.x().is_infinite() {
unimplemented!("we don't yet handle an infinite width constraint on buffer elements");
size.set_x(0.0);
}
let top_section_height_lines = top_section_height_px / view_snapshot.line_height;