Skip to content

Commit

Permalink
routing
Browse files Browse the repository at this point in the history
refresh no longer adds new entry to history.
  • Loading branch information
FlorianKirmaier committed May 24, 2024
1 parent 5a7288d commit 4ab78c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ object LinkUtil {
def refresh(node: Node): Unit = {
val man = LinkUtil.getSessionManager(node)
assert(man.url != null, "current url was null")
man.gotoURL(man.url)
man.gotoURL(man.url, false, true)
}

private object LinkDesktop {
Expand Down

0 comments on commit 4ab78c7

Please sign in to comment.