mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
fixes
This commit is contained in:
@@ -35,6 +35,10 @@ const TPL = `
|
||||
</div>`;
|
||||
|
||||
export default class NoteActionsWidget extends NoteContextAwareWidget {
|
||||
isEnabled() {
|
||||
return true;
|
||||
}
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user