From 4e44529dfcfef9c8f79dcadcada385b349d87b0f Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 8 Aug 2018 16:46:26 +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 038e3dbd78..a4ea8e6366 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -309,7 +309,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } if (this.pressed === true || this.pressed === false) { - this.toggleActive(!this.pressed); + this.toggleActive(); } -- 2.39.2