Release v0.7.18

This commit is contained in:
Mario Zechner 2025-11-18 22:08:44 +01:00
parent a11c1aa4ff
commit 22d8a0ae4a
16 changed files with 284 additions and 174 deletions

View file

@ -78,7 +78,7 @@ editor.onSubmit = (value: string) => {
isResponding = true;
editor.disableSubmit = true;
const userMessage = new Markdown(value, undefined, undefined, { r: 52, g: 53, b: 65 });
const userMessage = new Markdown(value, 1, 1, { bgColor: "#343541" });
const children = tui.children;
children.splice(children.length - 1, 0, userMessage);