diff --git a/packages/frontend/electron/src/main/windows-manager/tab-views.ts b/packages/frontend/electron/src/main/windows-manager/tab-views.ts index 3ab5c3277..e937f801c 100644 --- a/packages/frontend/electron/src/main/windows-manager/tab-views.ts +++ b/packages/frontend/electron/src/main/windows-manager/tab-views.ts @@ -1019,9 +1019,7 @@ export const showTabContextMenu = async (tabId: string, viewIndex: number) => { { label: 'Refresh tab', click: () => { - WebContentViewsManager.instance - .getViewById(tabId) - ?.webContents.reload(); + reloadView().catch(logger.error); }, }, {