Skip to content

Commit 877cf22

Browse files
committed
rerender when update now
1 parent 31fae36 commit 877cf22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ export class Layer {
287287
const possible = this.getStructure(year);
288288

289289
if (possible.startYear == year) {
290+
possible._rendered = false;
290291
return possible;
291292
}
292293

0 commit comments

Comments
 (0)