collective / volto-hydra

A volto addon to let you edit content in realtime when you have many frontends written in any framework
1 stars 2 forks source link

fix routing if its done with changing the hash #117

Closed MAX-786 closed 1 month ago

MAX-786 commented 1 month ago

Bug : if navigation is done through changing the hash of the url then adminUI does not detect this. (eg. Vue example) Fix : now hydrajs keeps track if the path is getting changed by pathname or hash and sends the signal to adminUI to change the path accordingly