From 282067eac13aeca23d9ed6eb0bc10523787b189a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 17 Nov 2020 12:57:44 +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 bfe69ef43a..7fb84d3cdd 100644 --- a/Roo/bootstrap/Card.js +++ b/Roo/bootstrap/Card.js @@ -218,7 +218,7 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component, { cn: [ { tag: 'i', - cls : 'roo-collapse-toggle fa fa-chevron-down float-right' + cls : 'roo-collapse-toggle fa fa-chevron-down float-right ' + (this.collapsed ? 'collapsed' : '') } ] -- 2.39.2