Skip to content

Commit 9180002

Browse files
committed
chore: lint
1 parent f35974b commit 9180002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/modules/examples.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ export class UIExampleFactory {
281281
icon: "chrome://zotero/skin/20/universal/save.svg",
282282
},
283283
// Optional
284-
bodyXHTML: '<html:h1 id="test">THIS IS TEST</html:h1>',
284+
bodyXHTML:
285+
'<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"/>',
285286
// Optional, Called when the section is first created, must be synchronous
286287
onInit: ({ item }) => {
287288
ztoolkit.log("Section init!", item?.id);

0 commit comments

Comments
 (0)