forked from 0x2620/pandora
resize map on sidebar collapse
This commit is contained in:
parent
81420091c7
commit
7e43bec92e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ pandora.ui.rightPanel = function() {
|
|||
pandora.resizeGroups(data);
|
||||
app.$ui.list.size();
|
||||
if (app.user.ui.lists[app.user.ui.list].listView == 'map') {
|
||||
app.$ui.map.resize();
|
||||
app.$ui.map.resizeMap();
|
||||
}
|
||||
} else {
|
||||
app.$ui.browser.scrollToSelection();
|
||||
|
|
Loading…
Reference in a new issue