diff --git a/src/TagzApp.Blazor.Client/Components/Pages/Waterfall.razor b/src/TagzApp.Blazor.Client/Components/Pages/Waterfall.razor index a180485e..7ae7a474 100644 --- a/src/TagzApp.Blazor.Client/Components/Pages/Waterfall.razor +++ b/src/TagzApp.Blazor.Client/Components/Pages/Waterfall.razor @@ -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();