Skip to content

Commit

Permalink
Forcing Waterfall to pause state when modal opened (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz committed Mar 21, 2024
1 parent 984b96d commit f18b2c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TagzApp.Blazor.Client/Components/Pages/Waterfall.razor
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ else
async Task ShowModal(ContentModel content)
{

thePauseButton.SetPauseState(true);
ModalContent = content;
await _Connection.InvokeAsync("SendMessageToOverlay", TagTracked, content.Provider, content.ProviderId);
await Modal.Open();
Expand Down

0 comments on commit f18b2c6

Please sign in to comment.