adding some basic text to the previewSlide

This commit is contained in:
Chris Cochrun 2022-10-13 12:50:52 -05:00
parent 4c5847c12f
commit 478792913c

View file

@ -208,7 +208,7 @@ FocusScope {
videoSource: backgroundType === "video" ? background : "" videoSource: backgroundType === "video" ? background : ""
audioSource: "" audioSource: ""
chosenFont: font chosenFont: font
text: model.text[0].length === 0 ? "" : model.text[0] text: model.text[0] === "This is demo text" ? "" : model.text[0]
pdfIndex: 0 pdfIndex: 0
preview: true preview: true
editMode: true editMode: true