You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cursor jumps to 250ms, because <twisty-alg-editor-v2> is telling it that the cursor is at the beginning.
Expected behavior
The cursor should stay at the end of the alg.
This is not a huge deal, since alg.cubing.net doesn't even do this well. And I also felt comfortable merging to main with this bug in place. But I'd like to fix it as soon as possible.
This is probably not a good bug for someone else to tackle, since the current TwistyAlgEditorV2 code is not great:
To Reproduce
Steps to reproduce the behavior:
The cursor jumps to 250ms, because
<twisty-alg-editor-v2>
is telling it that the cursor is at the beginning.Expected behavior
The cursor should stay at the end of the alg.
This is not a huge deal, since alg.cubing.net doesn't even do this well. And I also felt comfortable merging to
main
with this bug in place. But I'd like to fix it as soon as possible.This is probably not a good bug for someone else to tackle, since the current
TwistyAlgEditorV2
code is not great:cubing.js/src/cubing/twisty/views/TwistyAlgEditor/TwistyAlgEditorV2.ts
Lines 1 to 12 in 8bfc286
The text was updated successfully, but these errors were encountered: