mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Bug Fixes
This commit is contained in:
parent
f303f91108
commit
2838030839
6 changed files with 27 additions and 24 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue