We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa5570 commit 5e98093Copy full SHA for 5e98093
src/MarkdownPostProcessor.ts
@@ -273,14 +273,14 @@ const createSheetHtml = (
273
e.stopPropagation();
274
plugin.app.workspace.getLeaf().openFile(file);
275
});
276
-
277
- const sheetEl = createDiv({
278
- attr: {
279
- style: "overflow-x: auto;"
280
- },
281
- });
282
}
283
+ const sheetEl = createDiv({
+ attr: {
+ style: "overflow-x: auto;"
+ },
+ });
+
284
const table = getExcelAreaHtml(data, sheet, cells);
285
sheetEl.appendChild(table);
286
sheetDiv.appendChild(sheetEl);
0 commit comments