mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-11 10:20:09 +02:00
Make prompt() to return null on cancel
This commit is contained in:
@@ -45,6 +45,7 @@ pub async fn send_http_request<R: Runtime>(
|
||||
&WindowContext::from_window(window),
|
||||
RenderPurpose::Send,
|
||||
);
|
||||
|
||||
let rendered_request =
|
||||
render_http_request(&request, &workspace, environment.as_ref(), &cb).await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user