From 9180002e7ff21f664feefc551b5131a1a6d83dd7 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sun, 23 Feb 2025 10:39:15 +0100 Subject: [PATCH] chore: lint --- src/modules/examples.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/examples.ts b/src/modules/examples.ts index d03a894..d393da7 100644 --- a/src/modules/examples.ts +++ b/src/modules/examples.ts @@ -281,7 +281,8 @@ export class UIExampleFactory { icon: "chrome://zotero/skin/20/universal/save.svg", }, // Optional - bodyXHTML: 'THIS IS TEST', + bodyXHTML: + 'THIS IS TEST', // Optional, Called when the section is first created, must be synchronous onInit: ({ item }) => { ztoolkit.log("Section init!", item?.id);