chore: lint

This commit is contained in:
windingwind 2025-02-23 10:39:15 +01:00
parent f35974b602
commit 9180002e7f

View File

@ -281,7 +281,8 @@ export class UIExampleFactory {
icon: "chrome://zotero/skin/20/universal/save.svg", icon: "chrome://zotero/skin/20/universal/save.svg",
}, },
// Optional // Optional
bodyXHTML: '<html:h1 id="test">THIS IS TEST</html:h1>', bodyXHTML:
'<html:h1 id="test">THIS IS TEST</html:h1><browser disableglobalhistory="true" remote="true" maychangeremoteness="true" type="content" flex="1" id="browser" style="width: 180%; height: 280px"/>',
// Optional, Called when the section is first created, must be synchronous // Optional, Called when the section is first created, must be synchronous
onInit: ({ item }) => { onInit: ({ item }) => {
ztoolkit.log("Section init!", item?.id); ztoolkit.log("Section init!", item?.id);