We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02412af commit 21a4552Copy full SHA for 21a4552
js/activity.js
@@ -1589,6 +1589,8 @@ class Activity {
1589
this.resizeDebounce = true;
1590
this.blockscale += 1;
1591
await this.blocks.setBlockScale(BLOCKSCALES[this.blockscale]);
1592
+ this.refreshCanvas();
1593
+ this.blocks.checkBounds();
1594
}
1595
1596
const that = this;
@@ -1626,6 +1628,8 @@ class Activity {
1626
1628
1627
1629
this.blockscale -= 1;
1630
1631
1632
1633
1634
1635
0 commit comments