You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Story.ts
+4-1
Original file line number
Diff line number
Diff line change
@@ -1202,7 +1202,7 @@ export class Story extends InkObject{
1202
1202
thrownewError("Can't "+activityStr+'. Story is in the middle of a ContinueAsync(). Make more ContinueAsync() calls or a single Continue() call beforehand.');
1203
1203
}
1204
1204
1205
-
publicChoosePath(p: Path|null){
1205
+
publicChoosePath(p: Path){
1206
1206
this.state.SetChosenPath(p);
1207
1207
1208
1208
// Take a note of newly visited containers for read counts etc
@@ -1216,6 +1216,7 @@ export class Story extends InkObject{
0 commit comments