1

Topic: [Editor bug] crash with Instrument element

When adding Instrument with default settings, just change setting "Scale lines Big" to 0, the editor freeze instantly due to this infinite loop when k is 0

var k = this.params.linesBig.get();
while (k/10 == Math.round (k/10)) {
  decimals -=1;
  k=k/10;
}

2

Re: [Editor bug] crash with Instrument element

Thanks for the test. We fixed this in JS. But this bug is also in app. Will be fixed in the next version of app.