From 4017f346a518b65d2f3547ac121b21cdc62aa536 Mon Sep 17 00:00:00 2001 From: Brad Lassey Date: Wed, 20 Aug 2008 15:26:29 -0400 Subject: [PATCH] Bug 451430 - Stop updating canvas when kinetic scrolling r=gavin --- mobile/chrome/content/deckbrowser.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/chrome/content/deckbrowser.xml b/mobile/chrome/content/deckbrowser.xml index 5a3ae9824265..acfdf88265ea 100644 --- a/mobile/chrome/content/deckbrowser.xml +++ b/mobile/chrome/content/deckbrowser.xml @@ -111,7 +111,7 @@ var self = this; this._updateTimeout = setTimeout(function () { - if (!self.dragData.dragging) + if (!self.dragData.dragging && !self.dragData.kineticId) self._browserToCanvas(); }, 100); ]]>