mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:17 +01:00
Fix header editor and scroll in general
This commit is contained in:
@@ -27,6 +27,7 @@ export function useRequestUpdate(request: HttpRequest | null) {
|
||||
}
|
||||
|
||||
const updatedRequest = { ...request, ...patch };
|
||||
console.log('UPDATE REQUEST', updatedRequest.url);
|
||||
|
||||
await invoke('update_request', {
|
||||
request: {
|
||||
|
||||
Reference in New Issue
Block a user