Increase visibility of tooltipElem so children can access it too

This commit is contained in:
nathangray 2020-02-27 11:50:04 -07:00
parent e68071a073
commit bdc99ab30c

View File

@ -60,7 +60,7 @@ export class et2_baseWidget extends et2_DOMWidget implements et2_IAligned
node: HTMLElement = null;
statustext: string = '';
private _messageDiv: JQuery = null;
private _tooltipElem: JQuery = null;
protected _tooltipElem: JQuery = null;
onclick: any;
/**