nikeee / edotor.net

Your favourite Graphviz editor
https://edotor.net
MIT License
178 stars 21 forks source link

Ctrl+Z after 'Rename symbol' #21

Open jbriales opened 4 years ago

jbriales commented 4 years ago

The 'Rename symbol' action (F2) cannot be undone with Ctrl+Z. This is quite annoying as renaming going wrong cannot be undone.

nikeee commented 4 years ago

Thanks for reporting this issue!

It seems to be a problem with the editor component, Monaco: https://github.com/microsoft/monaco-editor/issues/1548 https://github.com/microsoft/monaco-editor/issues/1591

I guess we have to wait for this issue to be fixed.

jbriales commented 4 years ago

Cool, thanks! Monaco on the other hand is awesome to have, great choice! :D

nikeee commented 4 years ago

Note to myself: Check if this is still an issue.