未验证 提交 f2655b87 编写于 作者: C catouse

* modal.trigger: fix modal with option scrollInSide not auto resize height on...

* modal.trigger: fix modal with option scrollInSide not auto resize height on inner content changed.
上级 28be4350
......@@ -307,7 +307,7 @@
$framebody.off('resize.' + NAME).on('resize.' + NAME, ajustFrameSize);
if (scrollInside) {
$(window).off('resize.' + NAME).on('resize.' + NAME, ajustFrameSize);
$(frameWindow).off('resize.' + NAME).on('resize.' + NAME, ajustFrameSize);
}
} else {
readyToShow();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册