Roo/bootstrap/MasonryBrick.js
authorjohn <john@roojs.com>
Mon, 11 Dec 2017 04:56:30 +0000 (12:56 +0800)
committerjohn <john@roojs.com>
Mon, 11 Dec 2017 04:56:30 +0000 (12:56 +0800)
Roo/bootstrap/MasonryBrick.js

index 25c6507..1a62526 100644 (file)
@@ -375,6 +375,9 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
         }
         
         e.preventDefault();
+        
+        this.selectBrick(e,el);
+        
         this.fireEvent('click', this);
     },