mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
Fix build break in previous Query Plan commit
This commit is contained in:
@@ -93,7 +93,7 @@ export class QueryPlan {
|
||||
QP.showPlan(this.container, this._xml, {
|
||||
jsTooltips: false
|
||||
});
|
||||
this.container.querySelectorAll('div.qp-tt').forEach(toolTip=>{
|
||||
(<any>this.container.querySelectorAll('div.qp-tt')).forEach(toolTip=>{
|
||||
toolTip.classList.add('monaco-editor');
|
||||
toolTip.classList.add('monaco-editor-hover');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user