Closed TimJentzsch closed 2 years ago
I really don't think it's because of that but I don't have any better ideas. All I did was shorten that logic without changing anything material. 🤔
Maybe this will fix it?
{% if transcription %}
simplemde.value(`{{ transcription|safe }}`)
{% else %}
simplemde.value("")
{% endif %}
My guess would be that the value is still set from the last time and never gets reset
ohhhhhh yeah that might do it
I'll try implementing that
Closed by #282.
This is likely caused by #277.
When starting a new transcription, the editor will contain the text of the last transcription, instead of displaying the placeholder.