mirror of
https://github.com/zadam/trilium.git
synced 2026-07-04 13:19:08 +02: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