mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
added note type picker component
This commit is contained in:
@@ -54,7 +54,7 @@ const attributesDialog = (function() {
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
ko.applyBindings(attributesModel);
|
||||
ko.applyBindings(attributesModel, document.getElementById('attributes-dialog'));
|
||||
|
||||
return {
|
||||
showDialog
|
||||
|
||||
Reference in New Issue
Block a user