From 1638fd8590aee95441de2edff30017bd984c0930 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 22 Sep 2025 18:37:03 +0300 Subject: [PATCH] fix(ribbon): unable to set content language to "none" --- apps/client/src/widgets/ribbon/BasicPropertiesTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/ribbon/BasicPropertiesTab.tsx b/apps/client/src/widgets/ribbon/BasicPropertiesTab.tsx index 2232503db..6039053b5 100644 --- a/apps/client/src/widgets/ribbon/BasicPropertiesTab.tsx +++ b/apps/client/src/widgets/ribbon/BasicPropertiesTab.tsx @@ -341,7 +341,7 @@ function NoteLanguageSwitch({ note }: { note?: FNote | null }) { return setCurrentNoteLanguage(locale.id)} + onClick={() => setCurrentNoteLanguage(locale.id || null)} >{locale.name} } else { return