This commit is contained in:
zadam
2021-09-30 13:02:07 +02:00
parent 8a8bdaf80e
commit a68fd5ab83
4 changed files with 17 additions and 14 deletions

View File

@@ -35,6 +35,10 @@ const TPL = `
</div>`;
export default class NoteActionsWidget extends NoteContextAwareWidget {
isEnabled() {
return true;
}
doRender() {
this.$widget = $(TPL);