|
@@ -30,6 +30,7 @@ export default defineComponent({
|
|
if (runtime.playState == 'play') {
|
|
if (runtime.playState == 'play') {
|
|
RuntimeUtils.setPlayState()
|
|
RuntimeUtils.setPlayState()
|
|
}
|
|
}
|
|
|
|
+ RuntimeUtils.stopTick()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
const sendMessage = () => {
|
|
const sendMessage = () => {
|