From 7398b08b5b58e2996700c7d6f88d3e7d7088f7ed Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 20 Jul 2018 15:57:30 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index b9f0a007fa..7de72159d5 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -167,7 +167,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } - if (this.active) { + if (this.active || this.pressed === true) { cfg.cls += ' active'; } -- 2.39.2