From 7f5a1ee45af73f92a8e49300a3b3b26c8b76e664 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 4 Jul 2025 19:47:52 +0300 Subject: [PATCH] feat(ribbon): stop focusing book tab by default --- apps/client/src/widgets/ribbon_widgets/book_properties.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/widgets/ribbon_widgets/book_properties.ts b/apps/client/src/widgets/ribbon_widgets/book_properties.ts index 5be7a86c5..cd9735b20 100644 --- a/apps/client/src/widgets/ribbon_widgets/book_properties.ts +++ b/apps/client/src/widgets/ribbon_widgets/book_properties.ts @@ -68,7 +68,6 @@ export default class BookPropertiesWidget extends NoteContextAwareWidget { getTitle() { return { show: this.isEnabled(), - activate: true, title: t("book_properties.book_properties"), icon: "bx bx-book" };