remove unused static getType() from section widgets

This commit is contained in:
zadam
2021-05-29 13:51:21 +02:00
parent 7a389baf08
commit aa901b67ed
10 changed files with 0 additions and 20 deletions

View File

@@ -24,8 +24,6 @@ const TPL = `
let linkMapContainerIdCtr = 1;
export default class LinkMapWidget extends NoteContextAwareWidget {
static getType() { return "link-map"; }
isEnabled() {
return this.note;
}