mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 22:05:19 +00:00
Update PromptEditor.svelte
This commit is contained in:
parent
6ebf522a27
commit
5b4f81ce11
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@
|
||||||
if (prompt) {
|
if (prompt) {
|
||||||
title = prompt.title;
|
title = prompt.title;
|
||||||
await tick();
|
await tick();
|
||||||
|
|
||||||
command = prompt.command.at(0) === '/' ? prompt.command.slice(1) : prompt.command;
|
command = prompt.command.at(0) === '/' ? prompt.command.slice(1) : prompt.command;
|
||||||
content = prompt.content;
|
content = prompt.content;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue