mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Remove unnecessary renders in map / timeline and style narrative mode
This commit is contained in:
committed by
Lachlan Kermode
parent
3e9b621655
commit
0bc4ddc54e
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user