fix usage of async .getHeaders()

This commit is contained in:
zadam
2020-12-03 21:50:41 +01:00
parent 5f4f0d3086
commit bc520edd19
10 changed files with 69 additions and 77 deletions

View File

@@ -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>