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

Init preview pane bugfix

parent 26009dcd
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment