Add comments to state
This commit is contained in:
@@ -62,7 +62,9 @@ export interface IState {
|
|||||||
// let localStorageState: null | string = null;
|
// let localStorageState: null | string = null;
|
||||||
let initialState: IState = {
|
let initialState: IState = {
|
||||||
files: [],
|
files: [],
|
||||||
|
// active file index on the Develop page editor
|
||||||
active: 0,
|
active: 0,
|
||||||
|
// Active file index on the Deploy page editor
|
||||||
activeWat: 0,
|
activeWat: 0,
|
||||||
loading: false,
|
loading: false,
|
||||||
compiling: false,
|
compiling: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user