plugin v1.0.1
Deploy / Deploy (push) Successful in 1m16s
Details
Deploy / Deploy (push) Successful in 1m16s
Details
This commit is contained in:
parent
8c0cffbc50
commit
248912b359
|
|
@ -24,6 +24,7 @@ import { sendAction, joinRoom, setUserName } from "./socket.js";
|
|||
|
||||
import { renderActivePatternToBlob } from "./pattern/pattern_audio.js"; // <-- ADICIONE ESTA LINHA
|
||||
import { showToast } from "./ui.js";
|
||||
import { toggleRecording } from "./recording.js"
|
||||
|
||||
// Descobre a sala pela URL (local ao main.js) e expõe no window para debug
|
||||
const ROOM_NAME = new URLSearchParams(window.location.search).get("room");
|
||||
|
|
|
|||
Loading…
Reference in New Issue