melhorando a leitura de projetos no mmpCreator
Deploy / Deploy (push) Successful in 2m8s Details

This commit is contained in:
JotaChina 2025-12-23 20:36:13 -03:00
parent 4da1c33076
commit c7c43777f5
1 changed files with 2 additions and 1 deletions

View File

@ -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() {