Fix bug when disable buttons (page break)
This commit is contained in:
parent
89f55c9d93
commit
173b5b5373
|
@ -132,7 +132,8 @@ define([
|
||||||
};
|
};
|
||||||
|
|
||||||
ButtonsArray.prototype.setDisabled = function(disable) {
|
ButtonsArray.prototype.setDisabled = function(disable) {
|
||||||
if ( _disabled != disable ) {
|
// if ( _disabled != disable ) //bug when disable buttons outside the group
|
||||||
|
{
|
||||||
_disabled = disable;
|
_disabled = disable;
|
||||||
|
|
||||||
this.forEach( function(button) {
|
this.forEach( function(button) {
|
||||||
|
|
Loading…
Reference in a new issue