Roo/bootstrap/Card.js
authorAlan Knowles <alan@roojs.com>
Tue, 17 Nov 2020 07:13:56 +0000 (15:13 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 17 Nov 2020 07:13:56 +0000 (15:13 +0800)
Roo/bootstrap/Card.js

index 2f27f25..d524710 100644 (file)
@@ -502,7 +502,11 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component,  {
     onNodeDrop : function(n, dd, e, data)
     {
         
-        // call drop - return false if  
+        // call drop - return false if
+        
+        // this could actually fail - if the Network drops..
+        // we will ignore this at present..- client should probably reload
+        // the whole set of cards if stuff like that fails.
         if (this.fireEvent("drop", this, n, dd, e, data) === false) {
             return false;
         }