melhorando a leitura de projetos no mmpCreator
Deploy / Deploy (push) Successful in 2m8s
Details
Deploy / Deploy (push) Successful in 2m8s
Details
This commit is contained in:
parent
4da1c33076
commit
c7c43777f5
|
|
@ -822,7 +822,7 @@ export function renderAudioEditor() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
},
|
||||||
|
|
||||||
function sendActionSafe(action) {
|
function sendActionSafe(action) {
|
||||||
try {
|
try {
|
||||||
|
|
@ -830,6 +830,7 @@ function sendActionSafe(action) {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.warn("[SYNC] Falha ao emitir ação:", action.type, err);
|
console.warn("[SYNC] Falha ao emitir ação:", action.type, err);
|
||||||
}
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
export function updateAudioEditorUI() {
|
export function updateAudioEditorUI() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue