diff --git a/spine-ts/player/example/generator/index.html b/spine-ts/player/example/generator/index.html index fc507600e..6c720f15f 100644 --- a/spine-ts/player/example/generator/index.html +++ b/spine-ts/player/example/generator/index.html @@ -138,7 +138,9 @@ body { var newButton = topBar.children[0]; newButton.onclick = function() { + player.stopRendering(); UI.show(dropZone); + UI.clear(editor); UI.hide(editor); } var downloadButton = topBar.children[1];