mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 01:06:36 +01:00
switching notes and tabs now work for most widgets
This commit is contained in:
@@ -403,7 +403,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
|
||||
collapseTreeListener() { this.collapseTree(); }
|
||||
|
||||
async activeTabChanged() {
|
||||
async refresh() {
|
||||
const oldActiveNode = this.getActiveNode();
|
||||
|
||||
if (oldActiveNode) {
|
||||
|
||||
Reference in New Issue
Block a user