Fix some buttons doesn't show up in mobile mode
Change-Id: I25ceecc56e2dae9a0b31e038412c7b74447c391f
This commit is contained in:
parent
199b582e06
commit
c470116012
1 changed files with 2 additions and 0 deletions
2
loleaflet/dist/toolbar/toolbar.js
vendored
2
loleaflet/dist/toolbar/toolbar.js
vendored
|
@ -122,6 +122,8 @@ function resizeToolbar() {
|
|||
_unmobilify();
|
||||
}
|
||||
|
||||
toolbarUp.refresh();
|
||||
toolbarUpMore.refresh();
|
||||
// move items from toolbar-up-more -> toolbar-up
|
||||
while ($('#toolbar-up')[0].scrollWidth <= $(window).width()) {
|
||||
var item = toolbarUpMore.items[0];
|
||||
|
|
Loading…
Reference in a new issue