More math components
This commit is contained in:
@ -4,7 +4,7 @@ import { XmlComponent } from "file/xml-components";
|
||||
import { MathText } from "./math-text";
|
||||
|
||||
export class MathRun extends XmlComponent {
|
||||
constructor(readonly text: string) {
|
||||
constructor(text: string) {
|
||||
super("m:r");
|
||||
|
||||
this.root.push(new MathText(text));
|
||||
|
Reference in New Issue
Block a user