mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
@@ -194,7 +194,7 @@ export class CodeComponent extends AngularDisposable implements OnInit, OnChange
|
|||||||
this._editor.setHeightToScrollHeight(true);
|
this._editor.setHeightToScrollHeight(true);
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
this._register(this.model.layoutChanged(() => this._layoutEmitter.fire, this));
|
this._register(this.model.layoutChanged(() => this._layoutEmitter.fire(), this));
|
||||||
this.layout();
|
this.layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user