Commit d8e09e4
authored
fix: change HtmxFragment.ShouldRender on direct requests
The ShouldOutput method should only check Match?.Invoke(context.Request) when context.Request.RoutingMode is RoutingMode.Direct because RenderDuringStandardRequest has higher priority in RoutingMode.Standard.1 parent 6b86cfc commit d8e09e4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
0 commit comments