code and file note types now sort of work now as well

This commit is contained in:
zadam
2020-01-19 09:02:18 +01:00
parent 4fdea77c57
commit e355b449c4
6 changed files with 122 additions and 119 deletions

View File

@@ -14,7 +14,7 @@ class BasicWidget extends Component {
/**
* for overriding
*/
async doRender() {}
doRender() {}
toggle(show) {
this.$widget.toggle(show);