From c21cfcbe8f6957450607b836fe3a338c13d90f6c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 16 Nov 2020 15:56:17 +0800 Subject: [PATCH] Roo/bootstrap/Card.js --- Roo/bootstrap/Card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Card.js b/Roo/bootstrap/Card.js index a2250fd8a4..e7cf1a3e38 100644 --- a/Roo/bootstrap/Card.js +++ b/Roo/bootstrap/Card.js @@ -439,7 +439,7 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component, { cpos = 'below'; } - if (this.items[items_pos].el == dragged_card_el) { + if (this.items[ret.items_n].el == dragged_card_el) { return false; } -- 2.39.2