chore(FN-912): add changeset for terminal scrollback timing fix

- Add patch changeset documenting the terminal scrollback timing fix for @gsxdsm/fusion
This commit is contained in:
gsxdsm
2026-04-04 13:36:27 -07:00
parent c609df7db5
commit 4f2b840eb4

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix terminal tab showing blank content on first open. Move scrollback buffer reset to WebSocket onopen handler to prevent race condition where buffered data is cleared before the connection is established.