initial implementation of attachmentsetting

This commit is contained in:
Henry Jameson 2023-04-13 01:11:20 +03:00
commit 9aaa8a86f5
6 changed files with 134 additions and 7 deletions

View file

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