mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
update(Dashboard rows and columns): additional row is not removed when going out with the mouse
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user