mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
fix(control): Drag and Drop in DisplayView was completely buggy, now its just a little bit buggy
This commit is contained in:
@@ -293,7 +293,6 @@ async function start_task_processing() {
|
||||
|
||||
async function start_task_loop() {
|
||||
while (tasks.length > 0) {
|
||||
console.log('NOCH', tasks.length, 'ZU TUN');
|
||||
const current_task = tasks[0];
|
||||
if (current_task.data.type === 'upload') {
|
||||
await upload(current_task);
|
||||
|
||||
Reference in New Issue
Block a user