From: Alan Knowles Date: Wed, 25 Nov 2020 08:22:55 +0000 (+0800) Subject: Roo/bootstrap/CardUploader.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=061afa34d34543891abc0ef5c3dfe89e915d2ec4 Roo/bootstrap/CardUploader.js --- diff --git a/Roo/bootstrap/CardUploader.js b/Roo/bootstrap/CardUploader.js index b6a0f39909..840bd89edc 100644 --- a/Roo/bootstrap/CardUploader.js +++ b/Roo/bootstrap/CardUploader.js @@ -279,7 +279,8 @@ Roo.extend(Roo.bootstrap.CardUploader, Roo.bootstrap.Input, { } ); - this.items.push(cn); + // dont' really need ot update items. + //this.items.push(cn); this.fileCollection.add(cn); }, @@ -288,9 +289,14 @@ Roo.extend(Roo.bootstrap.CardUploader, Roo.bootstrap.Input, { var card = this.fileCollection.get(id); this.fileCollection.remove(card); - this.items = this.items.filter(function(e) { return e != card }); + //this.items = this.items.filter(function(e) { return e != card }); + // dont' really need ot update items. card.el.dom.parentNode.removeChild(card.el.dom); + }, + updateInput : function() + { + this.fileCo }