fix(tui): await mounted welcome overlay service
This commit is contained in:
2 files changed
+26
-20
No files matched your search
+1
-1
@@ -267,7 +267,7 @@ export async function runTui(
|
||||
)
|
||||
app.current = ctx
|
||||
addHarnessSourceSection(ctx, SOURCE_ROOT)
|
||||
if (showFirstRunWelcome && ctx.get('tui') !== undefined) {
|
||||
if (showFirstRunWelcome) {
|
||||
await ctx.plugin({
|
||||
name: tuiFirstRunWelcomeName,
|
||||
inject: tuiFirstRunWelcomeInject,
|
||||
|
||||
Reference in New Issue
Block a user