mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 22:59:10 +01:00
fixed settings tab missing custom js
This commit is contained in:
parent
df1ddd5c17
commit
b0a325a04f
1 changed files with 2 additions and 1 deletions
|
@ -197,7 +197,8 @@ export class CustomFramesSettingTab extends PluginSettingTab {
|
|||
openInCenter: false,
|
||||
zoomLevel: 1,
|
||||
forceIframe: false,
|
||||
customCss: ""
|
||||
customCss: "",
|
||||
customJs: ""
|
||||
});
|
||||
} else {
|
||||
this.plugin.settings.frames.push(presets[option]);
|
||||
|
|
Loading…
Reference in a new issue