diff --git a/DesktopEditor/graphics/pro/js/wasm/js/drawingfile.js b/DesktopEditor/graphics/pro/js/wasm/js/drawingfile.js index 642dc0d451..97e38ed927 100644 --- a/DesktopEditor/graphics/pro/js/wasm/js/drawingfile.js +++ b/DesktopEditor/graphics/pro/js/wasm/js/drawingfile.js @@ -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))