Commit b4cc1401 authored by Maxim Kadushkin's avatar Maxim Kadushkin

check button state before disable

parent 72f281ab
......@@ -414,7 +414,8 @@ define([
},
setDisabled: function(disabled) {
if (this.rendered) {
if (this.rendered &&
this.disabled != disabled) {
var el = this.cmpEl,
isGroup = el.hasClass('btn-group');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment