fix disabled classes

This commit is contained in:
Henry Jameson 2025-11-28 15:44:03 +02:00
commit 672bedaf6d
3 changed files with 4 additions and 1 deletions

View file

@ -20,6 +20,7 @@
<input
:id="path"
class="input string-input"
:class="{ disabled: shouldBeDisabled }"
:disabled="shouldBeDisabled"
:value="realDraftMode ? draft : state"
@change="update"