mirror of
https://github.com/beestat/app.git
synced 2025-06-23 15:30:43 -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');
|
entity.set_xy(x, y === null ? null : y + 1, 'update');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user