mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-19 17:52:15 +00:00
Fixed tooltip
This commit is contained in:
parent
479139a5b3
commit
914e911546
@ -15,7 +15,7 @@
|
||||
@foreach (var data in this.Data)
|
||||
{
|
||||
var isLockedValue = this.IsLockedValue(data.Value);
|
||||
<MudSelectItemExtended Value="@data.Value" Disabled="@isLockedValue">
|
||||
<MudSelectItemExtended Value="@data.Value" Disabled="@isLockedValue" Style="@(isLockedValue ? "pointer-events:auto !important;" : null)">
|
||||
@if (isLockedValue)
|
||||
{
|
||||
<MudStack Row="true" AlignItems="AlignItems.Center" Justify="Justify.FlexStart" Wrap="Wrap.NoWrap">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user