Roo/bootstrap/Element.js
authorAlan Knowles <alan@roojs.com>
Wed, 12 May 2021 07:15:49 +0000 (15:15 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 12 May 2021 07:15:49 +0000 (15:15 +0800)
Roo/bootstrap/Element.js

index 84ef16a..ffdd20e 100644 (file)
@@ -80,7 +80,7 @@ Roo.extend(Roo.bootstrap.Element, Roo.bootstrap.Component,  {
             e.preventDefault();
         }
         
-        this.fireEvent('dblclick', this, e);
+        this.fireEvent('click', this, e);
     },