mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Increase visibility of tooltipElem so children can access it too
This commit is contained in:
parent
e68071a073
commit
bdc99ab30c
@ -60,7 +60,7 @@ export class et2_baseWidget extends et2_DOMWidget implements et2_IAligned
|
|||||||
node: HTMLElement = null;
|
node: HTMLElement = null;
|
||||||
statustext: string = '';
|
statustext: string = '';
|
||||||
private _messageDiv: JQuery = null;
|
private _messageDiv: JQuery = null;
|
||||||
private _tooltipElem: JQuery = null;
|
protected _tooltipElem: JQuery = null;
|
||||||
onclick: any;
|
onclick: any;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user