From b1dc0e234f08d9c17c05c3d5e9be9eb39feab77b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 1 Jan 2026 20:56:04 +0200 Subject: [PATCH] fix(popupEditor): fix closing of popupEditor when inserting note link (#8224) --- apps/client/src/widgets/dialogs/PopupEditor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/dialogs/PopupEditor.tsx b/apps/client/src/widgets/dialogs/PopupEditor.tsx index 887568d37..e8e73ae78 100644 --- a/apps/client/src/widgets/dialogs/PopupEditor.tsx +++ b/apps/client/src/widgets/dialogs/PopupEditor.tsx @@ -88,6 +88,7 @@ export default function PopupEditor() { onHidden={() => setShown(false)} keepInDom // needed for faster loading noFocus // automatic focus breaks block popup + stackable > {!isNewLayout && }