diff --git a/src/hooks/editor.tsx b/src/hooks/editor.tsx
index 618cd14..517e5e3 100644
--- a/src/hooks/editor.tsx
+++ b/src/hooks/editor.tsx
@@ -142,7 +142,14 @@ export const useBufferedContent = (
const waiting = (
<>
- {prompt}
+ {prompt}
{currentText}
>
@@ -266,7 +273,14 @@ export const useCurrentLine = (
const currentLine = !processCurrentLine ? (
<>
{mobileInput}
- {prompt}
+ {prompt}