Fixing LaTeX disabling for texts not being saved.
All checks were successful
continuous-integration/drone/push Build is passing

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

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() {