From a2b7ee197270dcd257c7a39d237a28fcaffcbe83 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 19 May 2016 13:00:48 +0800 Subject: [PATCH] Roo/grid/GridView.js --- Roo/grid/GridView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/grid/GridView.js b/Roo/grid/GridView.js index c407eb1e32..5e0387a252 100644 --- a/Roo/grid/GridView.js +++ b/Roo/grid/GridView.js @@ -1460,7 +1460,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, { },this); this.scroller.on("scroll", this.handleScroll, this); - Roo.log(this); + this.lockedBody.on("mousewheel", this.handleWheel, this); this.mainBody.on("mousewheel", this.handleWheel, this); -- 2.39.2