corrigindo scroll após movimentações e edições das patterns na playlist
Deploy / Deploy (push) Successful in 2m2s
Details
Deploy / Deploy (push) Successful in 2m2s
Details
This commit is contained in:
parent
8c41955e14
commit
a5b5446404
|
|
@ -431,12 +431,6 @@ export function renderAudioEditor() {
|
||||||
menu.style.top = `${e.clientY}px`;
|
menu.style.top = `${e.clientY}px`;
|
||||||
});
|
});
|
||||||
|
|
||||||
// Recriação Container Pistas
|
|
||||||
const newTrackContainer = existingTrackContainer.cloneNode(false);
|
|
||||||
tracksParent.replaceChild(newTrackContainer, existingTrackContainer);
|
|
||||||
// ✅ único scroller horizontal/vertical do editor
|
|
||||||
const scrollEl = newTrackContainer; // #audio-track-container
|
|
||||||
|
|
||||||
// === RENDERIZAÇÃO DAS PISTAS (LANES) ===
|
// === RENDERIZAÇÃO DAS PISTAS (LANES) ===
|
||||||
|
|
||||||
// CORREÇÃO: Junta as pistas de áudio com as Basslines (que estão no Pattern State)
|
// CORREÇÃO: Junta as pistas de áudio com as Basslines (que estão no Pattern State)
|
||||||
|
|
@ -1394,8 +1388,6 @@ export function renderAudioEditor() {
|
||||||
} catch {}
|
} catch {}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export function updateAudioEditorUI() {
|
export function updateAudioEditorUI() {
|
||||||
const playBtn = document.getElementById("audio-editor-play-btn");
|
const playBtn = document.getElementById("audio-editor-play-btn");
|
||||||
if (!playBtn) return;
|
if (!playBtn) return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue