Skip to content

Commit

Permalink
fix: wait for dispatched event to complete before continuing
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed May 7, 2024
1 parent ec7bae0 commit 7eb75cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Htmxor/Endpoints/HtmxorComponentEndpointInvoker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ private async Task RenderComponentCore(HttpContext context)
{
return;
}

await quiesceTask;
}
catch (HtmxorNavigationException navigationException)
{
Expand Down

0 comments on commit 7eb75cb

Please sign in to comment.