walnuthq / cairovm.codes

Source code for cairovm.codes — a web app to compile Cairo programs into Sierra and CASM with step-through execution capabilities.
https://cairovm.codes
MIT License
29 stars 24 forks source link

Bug: Selecting code examples does not work when navigating to permalink - Issue #169 #170

Closed melnikga closed 1 month ago

melnikga commented 1 month ago

169

The problem was that the url included some parameters, which made it impossible to select another sample code from select. Now, when you click on permalink, it will immediately disappear from the url, but all the necessary parameters will be saved and you can use select with code examples.