mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 20:08:52 +08:00
[SSE] button "settings" stayed disabled for some actions
This commit is contained in:
@ -674,7 +674,7 @@ define([
|
||||
};
|
||||
btn.setDisabled( true );
|
||||
} else {
|
||||
btn.setDisabled( btn.keepState.disabled );
|
||||
btn.setDisabled( btn.keepState && btn.keepState.disabled || lock);
|
||||
delete btn.keepState;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user