fix behavior of example

This commit is contained in:
2023-09-03 00:20:22 +02:00
parent 969a4c17c1
commit 8f6f349b71

View File

@ -109,6 +109,7 @@ export class UserAPI {
current_universe.example.candidate! = ""; current_universe.example.candidate! = "";
current_universe.example.committed! = ""; current_universe.example.committed! = "";
} }
this.pause();
}; };
_playDocExampleOnce = (code?: string) => { _playDocExampleOnce = (code?: string) => {