mirror of
https://codeberg.org/armin/noiz.git
synced 2026-09-01 05:50:52 +02:00
feat: add pendingNextIndex for deferred track transition
This commit is contained in:
parent
857b277db5
commit
357e07ad32
1 changed files with 1 additions and 0 deletions
|
|
@ -574,6 +574,7 @@ let tracks = [];
|
||||||
let currentIndex = -1;
|
let currentIndex = -1;
|
||||||
let selectedIndices = new Set();
|
let selectedIndices = new Set();
|
||||||
let anchorTrack = null;
|
let anchorTrack = null;
|
||||||
|
let pendingNextIndex = -1;
|
||||||
let dragIndices = null;
|
let dragIndices = null;
|
||||||
let dirHandle = null;
|
let dirHandle = null;
|
||||||
const addFolderBtn = document.getElementById('addFolderBtn');
|
const addFolderBtn = document.getElementById('addFolderBtn');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue