no commit message

This commit is contained in:
niandeng
2022-02-10 14:28:51 +08:00
parent 95637a5b8b
commit 2cde15bd84
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -4168,7 +4168,7 @@
C['tip']['triangle'].removeClass('ck-triangle-left').addClass('ck-triangle-auto');
}
tipResize(ele,cl,align);
if(isUndefined(CT.tipSetTimeOut)){
if(isUndefined(CT.closeTipSetTimeOut)){
CT.closeTipSetTimeOut=function(){
if(tipSetTime){
clearTimeout(tipSetTime);
@@ -4176,6 +4176,7 @@
}
};
}
CT.closeTipSetTimeOut();
var mouseOut=function(){
CT.closeTipSetTimeOut();
tipSetTime=setTimeout(function(){
+1 -1
View File
File diff suppressed because one or more lines are too long