From a8fb45adc6a7f97c8c918476e72fd7242d6daf54 Mon Sep 17 00:00:00 2001 From: chfhtw Date: Mon, 20 Apr 2026 15:03:06 +0200 Subject: [PATCH] undo parts of 187b4a6e4b44f6cf9abc24b60211adc30e2ac83f to prevent having no gridlogic available --- public/js/components/Drop/Grid.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/js/components/Drop/Grid.js b/public/js/components/Drop/Grid.js index febccc53d..70d7f2c9a 100644 --- a/public/js/components/Drop/Grid.js +++ b/public/js/components/Drop/Grid.js @@ -232,9 +232,6 @@ export default { }, indexedItems: { handler(value) { - if (!value?.length) - return; - if (this.mode != MODE_IDLE) this.dragCancel();