Roo/bootstrap/Tooltip.js
authorAlan Knowles <alan@roojs.com>
Thu, 17 Dec 2020 04:05:45 +0000 (12:05 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 17 Dec 2020 04:05:45 +0000 (12:05 +0800)
Roo/bootstrap/Tooltip.js

index 47098d7..729798d 100644 (file)
@@ -175,7 +175,11 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
     {
         this.bindEl = el;
     },
-      
+    
+    initEvents : function()
+    {
+        this.arrowEl = this.el.select('.arrow', true).first();
+    }
     
     enter : function () {
        
@@ -293,6 +297,10 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
             // fade it?
         }
         
+        
+        
+        
+        
     },
     hide : function()
     {