kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Invalidate map size when switching to new table page
rodzic
5ebc095de0
commit
8d44f4010f
|
|
@ -740,6 +740,11 @@
|
|||
}
|
||||
mymap.invalidateSize();
|
||||
}
|
||||
|
||||
table.on("pageLoaded", function(pageno) {
|
||||
mymap.invalidateSize();
|
||||
});
|
||||
|
||||
// Invalidate map size to fix problems with elements resizing.
|
||||
mymap.invalidateSize();
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue