diff --git a/ts/docx/run/run-components/drawing/index.ts b/ts/docx/run/run-components/drawing/index.ts index f86e12e58b..86b4bd87c1 100644 --- a/ts/docx/run/run-components/drawing/index.ts +++ b/ts/docx/run/run-components/drawing/index.ts @@ -1,5 +1,8 @@ import { XmlComponent } from "../../../xml-components"; export class Drawing extends XmlComponent { - + + constructor() { + super("w:drawing"); + } } \ No newline at end of file