mirror of
https://github.com/canna71/obsidian-sheets.git
synced 2026-07-22 08:30:27 +00:00
FIXED: style
This commit is contained in:
parent
8c4bc63cc3
commit
35ee9713f9
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ export function processCodeBlock(
|
|||
}
|
||||
|
||||
|
||||
if((ctx as any).spreadsheet) return;
|
||||
|
||||
const options = {...DEFAULT_OPTIONS, ...parseYaml(source)};
|
||||
|
||||
const { filename, height, width,rows, cols, fontSize, cellHeight, cellWidth } = options;
|
||||
|
|
|
|||
Loading…
Reference in a new issue