mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Bring back hover state setting on cell model (#10758)
This commit is contained in:
@@ -79,6 +79,10 @@ export class CodeComponent extends CellView implements OnInit, OnChanges {
|
|||||||
this._activeCellId = value;
|
this._activeCellId = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Input() set hover(value: boolean) {
|
||||||
|
this.cellModel.hover = value;
|
||||||
|
}
|
||||||
|
|
||||||
protected _actionBar: Taskbar;
|
protected _actionBar: Taskbar;
|
||||||
private readonly _minimumHeight = 30;
|
private readonly _minimumHeight = 30;
|
||||||
private readonly _maximumHeight = 4000;
|
private readonly _maximumHeight = 4000;
|
||||||
|
|||||||
Reference in New Issue
Block a user