fix issue with transcript dropdown.

This commit is contained in:
SaadYousaf
2020-08-18 02:15:42 +05:00
parent 49a1c74909
commit 0bda30a393

View File

@@ -133,7 +133,7 @@ function($, _, HtmlUtils, TranscriptUtils, AbstractEditor, ViewUtils, FileUpload
value: value,
url: self.model.get('urlRoot')
}));
HtmlUtils.append($html, dropdown.clone().val(newLang));
HtmlUtils.prepend($html, HtmlUtils.HTML(dropdown.clone().val(newLang)));
frag.appendChild($html[0]);
});