Fix bug when disable buttons (page break)

This commit is contained in:
Julia Radzhabova 2018-11-20 12:54:31 +03:00
parent 89f55c9d93
commit 173b5b5373

View file

@ -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) {