Commit Graph
3 Commits
Author SHA1 Message Date
Jonathan Clem 65d676059d Replace URL instead of pushing an entry in updateCodeStore 2020-03-10 12:53:15 -04:00
Jonathan Clem 824111df12 Replace URL on config update, rather than push an entry 2020-03-10 12:48:39 -04:00
Jonathan Clem 6fa6718a88 Use replace instead of push on code change
Using `push` pollutes the browser history, adding a new entry on
every keystroke in the editor. This commit replaces it with `replace`,
ensuring that the editor gets a single history entry, but that the URL
is still updated as code changes.
2020-03-10 12:42:42 -04:00