forked from 0x2620/pandora
fix resize bugs in calendar, list calendar etc
This commit is contained in:
parent
5449adb7ae
commit
ddf8655959
2 changed files with 13 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ pandora.ui.eventsDialog = function() {
|
|||
$content && $content.options({height: data.height});
|
||||
},
|
||||
resizeend: function(data) {
|
||||
$content && $content.options(data);
|
||||
Ox.print('RESIZEEND', data)
|
||||
$content && $content.options({height: data.height, width: data.width});
|
||||
}
|
||||
}),
|
||||
$content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue