From 575ef5e10ed5d01b19042135368b2b2d683f8345 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 19 Feb 2025 18:14:49 +0200 Subject: [PATCH] fix(build): missing note type in help button --- src/public/app/widgets/floating_buttons/help_button.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/public/app/widgets/floating_buttons/help_button.ts b/src/public/app/widgets/floating_buttons/help_button.ts index c2147c75d..a6e2cb94e 100644 --- a/src/public/app/widgets/floating_buttons/help_button.ts +++ b/src/public/app/widgets/floating_buttons/help_button.ts @@ -27,7 +27,8 @@ const byNoteType: Record, string | null> = { render: null, search: null, text: null, - webView: null + webView: null, + taskList: null }; const byBookType: Record = {