Fixing LaTeX disabling for texts not being saved.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ad5001 2022-04-23 01:40:47 +02:00
parent cb733a556c
commit cf3e775834
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Text extends Common.DrawableObject {
}
export() {
return [this.name, this.visible, this.color.toString(), this.labelContent, this.x.toEditableString(), this.y.toEditableString(), this.labelPosition, this.text]
return [this.name, this.visible, this.color.toString(), this.labelContent, this.x.toEditableString(), this.y.toEditableString(), this.labelPosition, this.text, this.disableLatex]
}
getLabel() {