We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7bcf1 commit e11732aCopy full SHA for e11732a
client/src/components/ContentNavigator/index.ts
@@ -271,7 +271,7 @@ class ContentNavigator implements SubscriptionProvider {
271
),
272
commands.registerCommand(
273
`${SAS}.collapseAllContent`,
274
- this.collapseAllContent,
+ this.collapseAllContent.bind(this),
275
276
277
`${SAS}.convertNotebookToFlow`,
0 commit comments