cubing / cubing.js

🛠 A library for displaying and working with twisty puzzles. Also currently home to the code for Twizzle.
https://js.cubing.net/cubing/
GNU General Public License v3.0
245 stars 44 forks source link

Multiple moves happening at the same time in Twizzle Explorer #245

Closed GameEntity903 closed 1 year ago

GameEntity903 commented 1 year ago

Steps to reproduce the issue

  1. Open Twizzle Explorer.
  2. Click on the Input Dropdown.
  3. Select the option Keyboard.
  4. Repeat 2 and 3 at least once.
  5. Execute any move.

Observed behaviour

Every keyboard input gives an output multiplied by how many times you repeat the steps above. The dropdown option also does not change to which input mode it is in.

Expected behaviour

The repetitions of the steps should not have the outputs be multiplied and the dropdown should change and show what the current input mode is.

Environment

Version 1.45.116 Chromium: 107.0.5304.91 (Official Build) (64-bit)

🖼 Screenshots

No response

Additional info

No response

lgarron commented 1 year ago

Closing as a duplicate of #244.