mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug 74165
This commit is contained in:
@ -1332,7 +1332,7 @@ CFile.prototype["getInteractiveFormsInfo"] = function()
|
||||
{
|
||||
let AAType = reader.readString();
|
||||
rec["AA"][AAType] = {};
|
||||
readAction(reader, rec["AA"][AAType]);
|
||||
readAction(reader, rec["AA"][AAType], reader.readDouble, reader.readString);
|
||||
}
|
||||
}
|
||||
if (flags & (1 << 9))
|
||||
|
||||
Reference in New Issue
Block a user