提交 227c3d34 编写于 作者: K Kohsuke Kawaguchi

handle resizing should trigger the layout recalculation

上级 8ea78417
......@@ -847,6 +847,7 @@ var jenkinsRules = {
editor.DOMReady=true;
editor.fireQueue();
editor.render();
layoutUpdateCallback.call();
} catch(e) {
alert(e);
}
......@@ -873,6 +874,7 @@ var jenkinsRules = {
ev = Event.getEvent(ev);
function max(a,b) { if(a<b) return b; else return a; }
s.style.height = max(32, offset + Event.getPageY(ev)) + 'px';
layoutUpdateCallback.call();
return false;
};
document.onmouseup = function() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册