Skip to content

Commit f305714

Browse files
Fixes composer onboarding "next" button
1 parent e886bf5 commit f305714

File tree

1 file changed

+1
-0
lines changed
  • src/webviews/apps/plus/composer/components

1 file changed

+1
-0
lines changed

src/webviews/apps/plus/composer/components/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,6 +1806,7 @@ export class ComposerApp extends LitElement {
18061806
},
18071807
onNextClick: (_el, _step) => {
18081808
this.advanceOnboardingStep();
1809+
this.onboarding?.moveNext();
18091810
},
18101811
});
18111812

0 commit comments

Comments
 (0)