load settings from content
This commit is contained in:
parent
8ff302a1f2
commit
30641f1b75
4 changed files with 25 additions and 22 deletions
src/components
|
@ -13,7 +13,7 @@ export default class ContentInputComponent {
|
|||
|
||||
update() {
|
||||
let settings = this.store.getState().setting.settings;
|
||||
if (!settings) {
|
||||
if (!settings || !settings.json) {
|
||||
return;
|
||||
}
|
||||
let input = this.store.getState().input;
|
||||
|
|
Reference in a new issue