Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unwanted model card back navigation (#2221)
Fixes #2196. Replaces #2211. The double back navigation was caused by: https://github.com/framework7io/framework7/blob/31f4c7065e8abe9b8b27f354de4e390a8cd584c0/src/core/utils/history.js#L56-L61 and `router.updateCurrentUrl()`, unlike the name implies, doesn't update `router.url` for some reason (maybe a bug?). ----- Signed-off-by: Yannick Schaus <[email protected]>
- Loading branch information