mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
remove unused static getType() from section widgets
This commit is contained in:
@@ -24,8 +24,6 @@ const TPL = `
|
||||
let linkMapContainerIdCtr = 1;
|
||||
|
||||
export default class LinkMapWidget extends NoteContextAwareWidget {
|
||||
static getType() { return "link-map"; }
|
||||
|
||||
isEnabled() {
|
||||
return this.note;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user