1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00

setting: preview wait time change setting

This commit is contained in:
Kushagra Gour
2019-03-04 18:13:32 +05:30
parent 56167101ce
commit db1fafbfa1
4 changed files with 39 additions and 19 deletions

View File

@@ -135,7 +135,8 @@ export default class App extends Component {
isJs13kModeOn: false,
autoCloseTags: true,
lang: 'en',
isMonacoEditorOn: false
isMonacoEditorOn: false,
previewDelay: 500
};
this.prefs = {};