Some more refactoring

This commit is contained in:
Gregory Schier
2023-04-01 21:48:30 -07:00
parent b0d8908724
commit 9f4de66f3c
3 changed files with 120 additions and 118 deletions

View File

@@ -135,7 +135,6 @@ export const RequestPane = memo(function RequestPane({ style, fullHeight, classN
'send_request',
async ({ windowLabel }) => {
if (windowLabel !== appWindow.label) return;
console.log('SEND REQUEST', activeRequest?.url);
await invoke('send_request', { requestId: activeRequestId });
},
[activeRequestId],