Removed commented out code

This commit is contained in:
WBHarry 2025-07-15 11:46:00 +02:00
parent 1ecce746b0
commit 201425f247
2 changed files with 6 additions and 7 deletions

View file

@ -12,11 +12,6 @@
<li data-index="{{i}}">
<div class="key">
<input type="text" class="effect-change-input" name="{{concat "changes." i ".key"}}" value="{{change.key}}" />
{{!-- <datalist id="change-fields">
{{#each @root.fieldPaths}}
<option value="{{this}}">{{this}}</option>
{{/each}}
</datalist> --}}
</div>
<div class="mode">
{{formInput changeFields.mode name=(concat "changes." i ".mode") value=change.mode choices=@root.modes}}