update(Dashboard rows and columns): additional row is not removed when going out with the mouse

This commit is contained in:
SimonGschnell
2025-05-16 09:54:05 +02:00
parent a40f304d8d
commit 875a788476
+2 -2
View File
@@ -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) {