mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 16:08:15 +08:00
Fix bug when disable buttons (page break)
This commit is contained in:
@ -132,7 +132,8 @@ define([
|
||||
};
|
||||
|
||||
ButtonsArray.prototype.setDisabled = function(disable) {
|
||||
if ( _disabled != disable ) {
|
||||
// if ( _disabled != disable ) //bug when disable buttons outside the group
|
||||
{
|
||||
_disabled = disable;
|
||||
|
||||
this.forEach( function(button) {
|
||||
|
||||
Reference in New Issue
Block a user