Skip to content

Commit d032dcf

Browse files
chiang-danielclaude
andcommitted
chore(web_ui): strip zero-width space from multiturn_composer comment
Stray U+200B (zero-width space) between "disables/" and "spinners" in a comment tripped eslint no-irregular-whitespace. Likely a paste artifact from Leonard's recent commit; fixed in passing during the merge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d9a3517 commit d032dcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/web_ui/src/lib/ui/conversation/multiturn_composer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
collapse via an empty-conditional slot without regressing append-mode
195195
layout (full-width button vs. fork-mode's right-aligned button next
196196
to Cancel). The cancel-button markup is the only difference. While
197-
submitting, FormContainer disables/spinners the Send button and we
197+
submitting, FormContainer disables/spinners the Send button and we
198198
disable the textarea — the area stays put rather than being hidden. -->
199199
{#if mode === "fork" && on_cancel}
200200
<FormContainer

0 commit comments

Comments
 (0)