mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Custom Field StringTemplates didn't save the last input value on touch devices
This commit is contained in:
parent
d41810aca1
commit
a190600934
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue