-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] side effects (undo/redo/coloring) since new code editor #168
Comments
Really, ctrl-Y / restore function no longer working is way too annoying. ( regularly loosing work ). |
@FabriceNeyret, please use older version You can load it into browser following these instructions I’m sorry but I won’t be able to help with this issue in the nearest future. |
done, thanks ! minor details: last changelog is 0.13.247 ( 22/02/2022 ) ;-) |
The redo is still broken in the "new" version, which is extremely inconvenient (massively loosing changes when trying to undo-redo). |
Am I the only one to have this very annoying bug ? |
On my chrome/linux/nvidia ( but not FF) I very recently see 2 big buttons to choose the editor.
Simultaneously, several things no longer work correctly on shadertoy (whatever the editor).
redo feature (in code) no longer works correctly ( if covering several locations ), and no longer really usable.
change of the undo behavior: undo now seems to be global rather than by text block in the html page:
if I code a portion A
then type a message portion B in the chat
then code aportion C
then doing undo in the code box will undo C then B then A rather than acting only on the code.
eg on https://www.shadertoy.com/view/mslfzn
clicking on buffB but tab title in yellow, but not for buffA or image tabs.
The text was updated successfully, but these errors were encountered: