From 74908680db9c9e8363fc4c776d4b9cc701db6dbf Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 27 Oct 2023 15:06:19 +0530 Subject: [PATCH] changelog --- src/components/Notifications.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Notifications.jsx b/src/components/Notifications.jsx index cc891e3..b911c3c 100644 --- a/src/components/Notifications.jsx +++ b/src/components/Notifications.jsx @@ -114,6 +114,11 @@ export function Notifications(props) { return (

Whats new?

+ + + Detached preview now renders correctly. + + Console's open state is preserved across refreshes.