Skip to content

Commit

Permalink
fix file actions buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 24, 2024
1 parent 31e2bcd commit 17613bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tree-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ const fileActions: JupyterFrontEndPlugin<void> = {
selectionChanged.emit(void 0);
};
});
browser.model.pathChanged.connect(() => {
console.log('path changed');
selectionChanged.emit(void 0);
});

// Create a toolbar item that adds buttons to the file browser toolbar
// to perform actions on the files
Expand Down

0 comments on commit 17613bc

Please sign in to comment.