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:
parent
bf741062c7
commit
852b2b79a7
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user