Skip to content
Snippets Groups Projects
Commit 402bd2ec authored by dcz's avatar dcz
Browse files

Init preview pane bugfix

parent 26009dcd
Branches
No related merge requests found
......@@ -18,7 +18,7 @@ export default {
key: this.lexicalUnitId,
entryIdLocal: this.entryId,
unifiedFrameId: this.initialUnifiedFrameId,
previewedUnifiedFrameId: null
previewedUnifiedFrameId: -1
};
},
goToDisplay() {
......
......@@ -18,7 +18,7 @@ export default {
key: this.lexicalUnitId,
entryIdLocal: this.entryId,
unifiedFrameId: this.initialUnifiedFrameId,
previewedUnifiedFrameId: null
previewedUnifiedFrameId: -1
};
},
goToDisplay() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment