Remove unnecessary renders in map / timeline and style narrative mode

This commit is contained in:
Franc Camps-Febrer
2018-12-14 09:44:38 +01:00
committed by Lachlan Kermode
parent 3e9b621655
commit 0bc4ddc54e
8 changed files with 52 additions and 27 deletions

View File

@@ -430,10 +430,11 @@ Stop and start the development process in terminal after you have added your tok
}
if (isNewAppProps) {
app.views = newApp.views;
app.selected = newApp.selected;
app.highlighted = newApp.highlighted;
app.mapAnchor = newApp.mapAnchor;
app.narrative = newApp.narrative;
app.views = newApp.views;
}
if (isNewDomain || isNewAppProps) renderDomain();