We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecaaba commit ecf5a60Copy full SHA for ecf5a60
2 files changed
dataRecorder.ts
@@ -80,6 +80,7 @@ namespace microdata {
80
this.currentlyCancelling = true
81
this.scheduler.stop()
82
83
+ basic.pause(1000)
84
this.app.popScene()
85
this.app.pushScene(new Home(this.app))
86
}
0 commit comments