mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-09-12 17:38:32 +00:00
fix(loop-in-3d): use canonical window.feedBack namespace (post-#537)
The new song:ready loop-applier landed on the legacy window.slopsmith alias because the branch predated the slopsmith->feedBack rename (#537). Normalize it to window.feedBack like the rest of core; the alias would have worked but leaves the lone slopsmith reference in the file. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
594553d4ef
commit
5f745d2216
+1
-1
@@ -5764,7 +5764,7 @@ window.feedBack.on('song:ready', () => {
|
|||||||
// calls playSong(). Once the chart is ready (playSong's own clearLoop() has
|
// calls playSong(). Once the chart is ready (playSong's own clearLoop() has
|
||||||
// already run, so the loop won't be wiped), arm the loop over the selected
|
// already run, so the loop won't be wiped), arm the loop over the selected
|
||||||
// region and start playback so the user lands inside the loop directly.
|
// region and start playback so the user lands inside the loop directly.
|
||||||
window.slopsmith.on('song:ready', () => {
|
window.feedBack.on('song:ready', () => {
|
||||||
_updateEditRegionBtn();
|
_updateEditRegionBtn();
|
||||||
const pend = window._pendingHighwayLoop;
|
const pend = window._pendingHighwayLoop;
|
||||||
if (!pend) return;
|
if (!pend) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user