Builder3/Window.js
authorAlan Knowles <alan@roojs.com>
Thu, 7 Jun 2012 08:50:51 +0000 (16:50 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 Jun 2012 08:50:51 +0000 (16:50 +0800)
Builder3/Window.js

index c94850e..d8a5c42 100644 (file)
@@ -2657,7 +2657,9 @@ Window=new XObject({
                                             listeners : {
                                                 cursor_changed : function (self) {
                                                         // this is getting fired when we are loading elements..
-                                                        
+                                                        if (this.get('/MidPropTree.model').loading) {
+                                                            return;
+                                                        }
                                                         
                                                        var iret = {};