Menu: reopen canvas without reload
parent
4fb3e0500a
commit
cf82e37c36
|
|
@ -68,7 +68,8 @@ struct MenuContent: View {
|
||||||
if self.state.canvasPanelVisible {
|
if self.state.canvasPanelVisible {
|
||||||
CanvasManager.shared.hideAll()
|
CanvasManager.shared.hideAll()
|
||||||
} else {
|
} else {
|
||||||
_ = try? CanvasManager.shared.show(sessionKey: "main", path: "/")
|
// Don't force a navigation on re-open: preserve the current web view state.
|
||||||
|
_ = try? CanvasManager.shared.show(sessionKey: "main", path: nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue