1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Fixed arrow keys scrolling page when moving floor plan entities

This commit is contained in:
Jon Ziebell 2022-08-26 13:16:07 -04:00
parent bf741062c7
commit 852b2b79a7

View File

@ -170,6 +170,8 @@ beestat.component.floor_plan.prototype.render = function(parent) {
entity.set_xy(x, y === null ? null : y + 1, 'update');
break;
}
e.preventDefault();
}
}
}