feat(ui): enable "TerminalBuffer" mode to solve flicker (#24512)

This commit is contained in:
Jacob Richman
2026-04-02 17:39:49 -07:00
committed by GitHub
parent 1fc4f3bf56
commit bd8929a146
53 changed files with 694 additions and 286 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ beforeEach(() => {
if (
relevantStack.includes('OverflowContext.tsx') ||
relevantStack.includes('useTimedMessage.ts')
relevantStack.includes('useTimedMessage.ts') ||
relevantStack.includes('useInlineEditBuffer.ts')
) {
return;
}