[MM-58593] Ensure desktop app reloads the current URL when reloading manually (#3061)
This commit is contained in:
@@ -165,7 +165,7 @@ export class ViewManager {
|
||||
const currentView = this.getCurrentView();
|
||||
if (currentView) {
|
||||
LoadingScreen.show();
|
||||
currentView.reload();
|
||||
currentView.reload(currentView.currentURL);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user