Smoosic / Smoosic

Main repository for Smoosic, the music notation and playback library written in typescript
MIT License
4 stars 1 forks source link

Dialogs with % are misreading the input #17

Open AaronDavidNewman opened 1 week ago

AaronDavidNewman commented 1 week ago

I'm not sure what changed, but for instance, for global layout, the scale should be a percentage, 55 === 55%. Somehow 55 is being read As 0.55 %.

strangarnenad commented 1 week ago

@AaronDavidNewman changes I made on a rocker component when I was adding min and max values caused this behaviour. This pr should fix it https://github.com/Smoosic/Smoosic/pull/18