Skip to content

Commit 3500958

Browse files
Scott DoverScott Dover
authored andcommitted
fix: fix collapse all
Signed-off-by: Scott Dover <[email protected]>
1 parent bc7bcf1 commit 3500958

File tree

1 file changed

+1
-1
lines changed
  • client/src/components/ContentNavigator

1 file changed

+1
-1
lines changed

client/src/components/ContentNavigator/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class ContentNavigator implements SubscriptionProvider {
271271
),
272272
commands.registerCommand(
273273
`${SAS}.collapseAllContent`,
274-
this.collapseAllContent,
274+
this.collapseAllContent.bind(this),
275275
),
276276
commands.registerCommand(
277277
`${SAS}.convertNotebookToFlow`,

0 commit comments

Comments
 (0)