Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0196c60a authored by Robin Tissot's avatar Robin Tissot
Browse files

Fixes switching to empty transcription leaving content behind in text panel.

parent 1c82737e
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ var diploLine = LineBase.extend({
* }
* }, */
'line.currentTrans': function(n, o) {
if (n!=undefined && n.content) {
if (n!=undefined) {
this.setElContent(n.content);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment