mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Fix row issue
This commit is contained in:
@@ -910,7 +910,7 @@
|
||||
}
|
||||
var cell = !no_player ? self.colliders_data[0].el.data : {col: col};
|
||||
var to_col = cell.col;
|
||||
var to_row = row || cell.row;
|
||||
var to_row = cell.row || row;
|
||||
|
||||
this.player_grid_data = {
|
||||
col: to_col,
|
||||
|
||||
Reference in New Issue
Block a user