Custom Field StringTemplates didn't save the last input value on touch devices

This commit is contained in:
Martin Filser 2021-11-20 00:28:01 +01:00
parent d41810aca1
commit a190600934

View file

@ -271,7 +271,7 @@ CardCustomField.register('cardCustomField');
{
'submit .js-card-customfield-stringtemplate'(event) {
event.preventDefault();
const items = this.getItems();
const items = this.stringtemplateItems.get()
this.card.setCustomField(this.customFieldId, items);
},