mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 15:05:31 +08:00
fix triggering change event when item is chosen from autocomplete, fixes #1345
This commit is contained in:
parent
8c4ff7ed2a
commit
25df1a054c
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ export default class PromotedAttributesWidget extends TabAwareWidget {
|
|||
}
|
||||
}]);
|
||||
|
||||
$input.on('autocomplete:noteselected', e => this.promotedAttributeChanged(e))
|
||||
$input.on('autocomplete:selected', e => this.promotedAttributeChanged(e))
|
||||
});
|
||||
}
|
||||
else if (definition.labelType === 'number') {
|
||||
|
|
Loading…
Reference in a new issue