提交 6b300882 编写于 作者: J Johannes Rieken

use safeCall when announcing new height to zone, fixes regression

上级 9e1420c5
...@@ -219,7 +219,7 @@ export class ViewZones extends ViewPart { ...@@ -219,7 +219,7 @@ export class ViewZones extends ViewPart {
// TODO@Alex: change `newOrdinal` too // TODO@Alex: change `newOrdinal` too
if (changed) { if (changed) {
zone.delegate.onComputedHeight(props.heightInPx); this._safeCallOnComputedHeight(zone.delegate, props.heightInPx);
this.setShouldRender(); this.setShouldRender();
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册