amilner42 / code-tidbit

Share Programming Knowledge Better
GNU General Public License v3.0
9 stars 1 forks source link

Url-history wipes "forward" history #181

Closed amilner42 closed 7 years ago

amilner42 commented 7 years ago

In the following situation:

ct-url -->                 // then click link in tidbit 
ct-url url-outside -->    // then click back
ct-url -->                // attempt to click forward to go back to url-outside

Clicking forward won't work now because when we hit the code-tidbit url it navigates immedietely cerating a new branch forward and wiping the old branch. Changing the inital navigation from navigateTo to modifyTo should fix this.

amilner42 commented 7 years ago

initial navigation found in: OnLoadModelFromLocalStorageSuccess