Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Jan 2, 2025
1 parent fe2d3ac commit 72fb389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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, false, true)
man.gotoURL(man.url, false)
}

private object LinkDesktop {
Expand Down

0 comments on commit 72fb389

Please sign in to comment.