Skip to content

Commit f5bdae3

Browse files
committed
Updating cache for bitmap
1 parent eee60c4 commit f5bdae3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/activity.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3647,6 +3647,10 @@ class Activity {
36473647
if (block.container) {
36483648
block.container.uncache();
36493649
}
3650+
if (block.bitmap) {
3651+
block.bitmap.cache();
3652+
block.bitmap.updateCache();
3653+
}
36503654
});
36513655
};
36523656

0 commit comments

Comments
 (0)