mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 18:26:38 +08:00
promoted attr selection using autocomplete will trigger change event to save it, closes #699
This commit is contained in:
parent
fb975849b9
commit
fb3876d28b
1 changed files with 2 additions and 0 deletions
|
|
@ -149,6 +149,8 @@ export default class PromotedAttributesWidget extends TabAwareWidget {
|
|||
cb(filtered);
|
||||
}
|
||||
}]);
|
||||
|
||||
$input.on('autocomplete:selected', e => this.promotedAttributeChanged(e))
|
||||
});
|
||||
}
|
||||
else if (definition.labelType === 'number') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue