Bug Fixes

This commit is contained in:
Shiny Nematoda 2022-07-25 15:40:58 +00:00
parent f303f91108
commit 2838030839
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
6 changed files with 27 additions and 24 deletions

View file

@ -69,6 +69,7 @@ const Play = key => {
watch(
() => show.sync,
() => {
import('https://unpkg.com/peerjs@1.3.2/dist/peerjs.min.js');
if (show.sync === true) {
sync.peer = new Peer('hyp-' + Math.random().toString(36).substr(2));