Fix MKWS-383, I hope.
[mkws-moved-to-github.git] / src / mkws-widget-main.js
index 5ce127d..f32e736 100644 (file)
@@ -121,6 +121,7 @@ mkws.registerWidgetType('records', function() {
 
   var m_dataToRedraw = null;
   function refreshRecordData() {
+    that.node.stop();
     that.node.css('opacity', 1);
 
     if (m_dataToRedraw) {