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) {