mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
promoted attr selection using autocomplete will trigger change event to save it, closes #699
This commit is contained in:
parent
fb975849b9
commit
fb3876d28b
@ -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…
x
Reference in New Issue
Block a user