boxxy
boxxy copied to clipboard
min/max block size values are ignored until first update
traced it to the following code in the Block.shake
function, on line 500:
if (this.bcr.width === this.width && this.bcr.height === this.height) {
return; // nothing to do, no need to shake children
}
I'm guessing it should not just return if it's the first time it's being called...?
Thanks for the great script! :)
Hey @aesqe, thanks for raising this - sorry I haven't replied sooner, I'm a little backed up at the moment! Just wanted to say that it's on my radar and I mean to fix it soon
@Rich-Harris No problem, I'm just glad you haven't abandoned Divvy/Boxxy :)