[SSE] Hide empty hint for formula arguments
This commit is contained in:
parent
1265e8e078
commit
207662beb5
|
@ -2060,6 +2060,8 @@ define([
|
|||
}
|
||||
}
|
||||
|
||||
if (!hint) return;
|
||||
|
||||
if (!functip.ref || !functip.ref.isVisible()) {
|
||||
functip.text = hint;
|
||||
functip.ref = new Common.UI.Tooltip({
|
||||
|
|
Loading…
Reference in a new issue