From: Alan Knowles Date: Tue, 17 Nov 2020 07:13:56 +0000 (+0800) Subject: Roo/bootstrap/Card.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2255bc74a949fb85ce76b840aa7e89447cb4727b;p=roojs1 Roo/bootstrap/Card.js --- diff --git a/Roo/bootstrap/Card.js b/Roo/bootstrap/Card.js index 2f27f2590d..d524710cc4 100644 --- a/Roo/bootstrap/Card.js +++ b/Roo/bootstrap/Card.js @@ -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; }