Files
PromptArch/components/AIAssist.tsx
Gemini AI a7f1ea1dc0 fix: resolve blank preview in new tabs by using computed state
- Implemented computed 'currentPreviewData' and 'currentShowCanvas'
- Uses local state during streaming (isProcessing=true) for immediate feedback
- Uses tab state (activeTab) when idle for persistence and isolation
- Updated LiveCanvas and UI to use these computed values
- Ensures new tabs usually show their own streaming content immediately
2025-12-29 03:53:19 +04:00

58 KiB