[SSE] Fix Bug 44942
This commit is contained in:
parent
4b0b7b0472
commit
a7d78a781d
|
@ -2245,7 +2245,8 @@ define([
|
|||
|
||||
inputtip.ref.getBSTip().$tip.css({
|
||||
top : showPoint[1] + 'px',
|
||||
left: showPoint[0] + 'px'
|
||||
left: showPoint[0] + 'px',
|
||||
'z-index': 900
|
||||
});
|
||||
} else {
|
||||
if (!inputtip.isHidden && inputtip.ref) {
|
||||
|
|
Loading…
Reference in a new issue