d8830b5a8e0b4c35e1b58a2eb91d4debffa59136
Some checks failed
CI / Unit & Component Tests (push) Has been cancelled
CI / Backend Unit Tests (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
CI / Unit & Component Tests (pull_request) Failing after 1m28s
CI / Backend Unit Tests (pull_request) Failing after 2m32s
CI / E2E Tests (pull_request) Failing after 1h31m23s
The textarea value was bound directly to the text prop from the parent. When auto-save completed and updated the blocks array, Svelte re-rendered the textarea with the prop value, causing the text to disappear briefly. Fix: use localText state initialized from prop, synced only when blockId changes (not on save responses). Typing updates localText immediately, parent re-renders from save don't overwrite the local value. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.2%
TypeScript
11.5%
Java
10.8%
Svelte
4.2%
Shell
0.1%