Skip to content

Commit 5e98093

Browse files
committed
feat: show sheet button config
1 parent 3aa5570 commit 5e98093

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/MarkdownPostProcessor.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,14 @@ const createSheetHtml = (
273273
e.stopPropagation();
274274
plugin.app.workspace.getLeaf().openFile(file);
275275
});
276-
277-
const sheetEl = createDiv({
278-
attr: {
279-
style: "overflow-x: auto;"
280-
},
281-
});
282276
}
283277

278+
const sheetEl = createDiv({
279+
attr: {
280+
style: "overflow-x: auto;"
281+
},
282+
});
283+
284284
const table = getExcelAreaHtml(data, sheet, cells);
285285
sheetEl.appendChild(table);
286286
sheetDiv.appendChild(sheetEl);

0 commit comments

Comments
 (0)