mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
fix usage of async .getHeaders()
This commit is contained in:
@@ -136,6 +136,7 @@ const TPL = `
|
||||
border-radius: 3px;
|
||||
border: 1px solid var(--main-background-color);
|
||||
margin-left: 5px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.tree-item-button:hover {
|
||||
@@ -147,7 +148,7 @@ const TPL = `
|
||||
}
|
||||
|
||||
span.fancytree-node:hover .add-note-button {
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user