Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9168e37

Browse files
committed
fix continue init load
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parentaa86304 commit9168e37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/channel/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ class Channel implements Channel {
7575
// continue from tutorial from local storage
7676
consttutorial:TT.Tutorial|null=this.context.tutorial.get()
7777

78-
// newtutorial
79-
if(!tutorial||!tutorial.id){
78+
if(!tutorial||!tutorial.config){
79+
// new tutorial
8080
this.send({type:'START_NEW_TUTORIAL',payload:{ env}})
8181
return
8282
}
8383

84-
// settutorial
84+
// settutorials
8585
const{ position, progress}=awaitthis.context.setTutorial(this.workspaceState,tutorial)
8686

8787
if(progress.complete){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp