mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
remove unused static getType() from section widgets
This commit is contained in:
@@ -36,8 +36,6 @@ const TPL = `
|
||||
</div>`;
|
||||
|
||||
export default class NotePathsWidget extends NoteContextAwareWidget {
|
||||
static getType() { return "note-paths"; }
|
||||
|
||||
isEnabled() {
|
||||
return this.note;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user