mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
fixes-add-widget-overlapping-issue-#340
This commit is contained in:
Vendored
+3
-1
@@ -1028,7 +1028,9 @@
|
||||
}else{
|
||||
pos = {
|
||||
col: col,
|
||||
row: row
|
||||
row: row,
|
||||
size_y: size_y,
|
||||
size_x: size_x
|
||||
};
|
||||
|
||||
this.empty_cells(col, row, size_x, size_y);
|
||||
|
||||
Reference in New Issue
Block a user