We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9a7bc commit e3faa1bCopy full SHA for e3faa1b
1 file changed
src/ui/preview-panel.tsx
@@ -56,6 +56,7 @@ export default function PreviewPanel() {
56
if (!client) return;
57
58
client.send("show-main-app", {});
59
+ setSelectedPreview(null);
60
};
61
62
const refreshPreviews = async () => {
0 commit comments