Update PromptEditor.svelte

This commit is contained in:
Silentoplayz 2025-06-03 17:25:33 -04:00
parent 6ebf522a27
commit 5b4f81ce11

View File

@ -69,6 +69,7 @@
if (prompt) {
title = prompt.title;
await tick();
command = prompt.command.at(0) === '/' ? prompt.command.slice(1) : prompt.command;
content = prompt.content;