Corrected comment
This commit is contained in:
@@ -87,7 +87,7 @@ const documentEditState = new class DocumentEditState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
// Rehydrate syncronously
|
// Rehydrate settings
|
||||||
localforage.getItem(DOCUMENT_EDIT_SETTINGS)
|
localforage.getItem(DOCUMENT_EDIT_SETTINGS)
|
||||||
.then(data => {
|
.then(data => {
|
||||||
this.preview = data.preview;
|
this.preview = data.preview;
|
||||||
|
|||||||
Reference in New Issue
Block a user