FIX: do not generate multiple detail blocks when the selected input (#5290)

consists of multiple lines
This commit is contained in:
Kyle Zhao
2017-11-06 02:03:52 -05:00
committed by Sam
parent c9df21e131
commit c1926e6dd2
2 changed files with 26 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function initializeDetails(api) {
"\n" + `[details="${I18n.t("composer.details_title")}"]` + "\n",
"\n[/details]\n",
"details_text",
{ multiline: true }
{ multiline: false }
);
this.set('optionsVisible', false);
}