mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 11:31:19 +08:00
Merge branch 'release/v8.1.0' of https://github.com/ONLYOFFICE/web-apps into release/v8.1.0
This commit is contained in:
@ -1088,7 +1088,7 @@
|
||||
params += "&mode=fillforms";
|
||||
|
||||
if (config.document) {
|
||||
config.document.isForm = isPdf ? config.document.isForm : oldForm;
|
||||
config.document.isForm = isPdf ? config.document.isForm : !!oldForm;
|
||||
(config.document.isForm===true || config.document.isForm===false) && (params += "&isForm=" + config.document.isForm);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user