feat: guard interactivity-gap controls until WASM hydrates (PLAN 2.4)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div class="dd-nav-actions">
|
||||
<button type="button"
|
||||
class="dd-nav-cta"
|
||||
disabled="@_streamLoading"
|
||||
disabled="@(_streamLoading || !RendererInfo.IsInteractive)"
|
||||
aria-busy="@_streamLoading.ToString().ToLowerInvariant()"
|
||||
@onclick="StreamNow">
|
||||
@if (_findingTrack)
|
||||
@@ -80,7 +80,7 @@
|
||||
<li>
|
||||
<button type="button"
|
||||
class="dd-nav-cta"
|
||||
disabled="@_streamLoading"
|
||||
disabled="@(_streamLoading || !RendererInfo.IsInteractive)"
|
||||
aria-busy="@_streamLoading.ToString().ToLowerInvariant()"
|
||||
@onclick="StreamNowMobile">
|
||||
@if (_findingTrack)
|
||||
|
||||
Reference in New Issue
Block a user