mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Refactoring
This commit is contained in:
@ -802,9 +802,6 @@ define([
|
||||
if (this._state.needToStartFilling) {
|
||||
this._state.needToStartFilling = false;
|
||||
this.requestStartFilling();
|
||||
} else if (this.appConfig.isEdit && this.appConfig.canFeatureContentControl && this.appConfig.isFormCreator && !this.appConfig.isOForm) {
|
||||
// var isfinal = this.api.asc_getFinal();
|
||||
// isfinal && this.changeViewFormMode(true, true);
|
||||
}
|
||||
|
||||
this.appConfig.isPDFSignatureSupport && this.appConfig.isRestrictedEdit && this.api && this.showSignatureTooltip(this.api.asc_getSignatures());
|
||||
|
||||
Reference in New Issue
Block a user