Bug 451430 - Stop updating canvas when kinetic scrolling r=gavin

This commit is contained in:
Brad Lassey 2008-08-20 15:26:29 -04:00
Родитель 550aba75ae
Коммит 4017f346a5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);
]]></body>