feat(ribbon): stop focusing book tab by default

This commit is contained in:
Elian Doran 2025-07-04 19:47:52 +03:00
parent 15c593f68e
commit 7f5a1ee45a
No known key found for this signature in database

View File

@ -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"
};