adding better text on previewslides
This commit is contained in:
parent
d6067bfa99
commit
74ac6207f3
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ FocusScope {
|
|||
videoSource: backgroundType === "video" ? background : ""
|
||||
audioSource: ""
|
||||
chosenFont: font
|
||||
text: ""
|
||||
text: model.text[0].length === 0 ? "" : model.text[0]
|
||||
pdfIndex: 0
|
||||
preview: true
|
||||
editMode: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue