boxxy icon indicating copy to clipboard operation
boxxy copied to clipboard

min/max block size values are ignored until first update

Open aesqe opened this issue 9 years ago • 2 comments

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! :)

aesqe avatar Mar 28 '15 21:03 aesqe

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 avatar Apr 04 '15 22:04 Rich-Harris

@Rich-Harris No problem, I'm just glad you haven't abandoned Divvy/Boxxy :)

aesqe avatar Apr 05 '15 11:04 aesqe