From 875a7884760ae8a69cbde9f8bc83fcc8da2d2ce0 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Fri, 16 May 2025 09:54:05 +0200 Subject: [PATCH] update(Dashboard rows and columns): additional row is not removed when going out with the mouse --- public/js/components/Drop/Grid.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/components/Drop/Grid.js b/public/js/components/Drop/Grid.js index 9be07ca15..fe39a07d2 100644 --- a/public/js/components/Drop/Grid.js +++ b/public/js/components/Drop/Grid.js @@ -363,12 +363,12 @@ export default { }); }, mouseLeave() { - if (this.mode == MODE_IDLE) { + /* if (this.mode == MODE_IDLE) { this.x = -1; this.y = -1; this.additionalRowComputed = false; - } + } */ }, updateCursor(evt) { if (!this.active) {