From bdc99ab30ce67fa781324ea463e8641de27203ba Mon Sep 17 00:00:00 2001 From: nathangray Date: Thu, 27 Feb 2020 11:50:04 -0700 Subject: [PATCH] Increase visibility of tooltipElem so children can access it too --- api/js/etemplate/et2_core_baseWidget.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/etemplate/et2_core_baseWidget.ts b/api/js/etemplate/et2_core_baseWidget.ts index 7cfe202c7b..4077159733 100644 --- a/api/js/etemplate/et2_core_baseWidget.ts +++ b/api/js/etemplate/et2_core_baseWidget.ts @@ -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; /**