mbrown1413 / Mechanical-Puzzle-Studio

The Swiss Army knife of mechanical puzzle design.
https://puzzlestudio.io/
Mozilla Public License 2.0
1 stars 0 forks source link

[UI] Used piece count input won't change #66

Closed mbrown1413 closed 5 months ago

mbrown1413 commented 7 months ago

Sometimes on the problem tab the inputs for the number of pieces used will get stuck. Clicking the up/down arrows result in the value getting quickly set back to the original value (always zero?). This happens rarely, so I'm not sure what triggers it. I've seen this occur on both my computer and a Mac.

I've managed to get the vue devtools open once when I reproduced this. When clicking the arrows, the VTextInput component doesn't emit any changed:model-value events as it should.

Things to try:

mbrown1413 commented 5 months ago

I don't think this is an issue anymore since we've:

If this can be reproduced, even unreliably, I'll re-open.