mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
many small fixes from Intellij analysis
This commit is contained in:
@@ -14,6 +14,8 @@ export default class TabManager extends Component {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
/** @property {NoteContext[]} */
|
||||
this.children = [];
|
||||
this.mutex = new Mutex();
|
||||
|
||||
this.activeNtxId = null;
|
||||
@@ -38,7 +40,7 @@ export default class TabManager extends Component {
|
||||
appContext.addBeforeUnloadListener(this);
|
||||
}
|
||||
|
||||
/** @type {NoteContext[]} */
|
||||
/** @returns {NoteContext[]} */
|
||||
get noteContexts() {
|
||||
return this.children;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user