Debug: log trim modal init values
This commit is contained in:
parent
8d7397699c
commit
47d313f39c
@ -1219,8 +1219,14 @@
|
||||
};
|
||||
|
||||
// Initial render
|
||||
console.log("[EditModal] init", { startInit, endInit, videoDuration, trimStart, trimEnd });
|
||||
renderTrim();
|
||||
renderPlayhead();
|
||||
console.log("[EditModal] after renderTrim", {
|
||||
leftStyle: handleL.style.left,
|
||||
rightStyle: handleR.style.left,
|
||||
trimBarWidth: trimBar.getBoundingClientRect().width
|
||||
});
|
||||
|
||||
// Save button
|
||||
document.getElementById("edit-save-btn").addEventListener("click", async () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user