Roo/Element.js
authorAlan Knowles <alan@roojs.com>
Thu, 8 Apr 2021 09:14:46 +0000 (17:14 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 8 Apr 2021 09:14:46 +0000 (17:14 +0800)
Roo/Element.js

index 53a1261..b5d25f1 100644 (file)
@@ -1188,7 +1188,7 @@ if(opt.anim.isAnimated()){
                 return;
             }
             event.preventDefault();
-            this.fireEvent('dblclick', this, event);
+            this.dom.dispatchEvent('dblclick', this, event);
             //action on double tap goes below
              
         },