use collapseToEnd: false for summary on infoView
This commit is contained in:
parent
7a529bfd12
commit
9ac3342acd
2 changed files with 2 additions and 0 deletions
|
@ -339,6 +339,7 @@ pandora.ui.infoView = function(data) {
|
||||||
if (data.summary || canEdit) {
|
if (data.summary || canEdit) {
|
||||||
Ox.EditableContent({
|
Ox.EditableContent({
|
||||||
clickLink: pandora.clickLink,
|
clickLink: pandora.clickLink,
|
||||||
|
collapseToEnd: false,
|
||||||
editable: canEdit,
|
editable: canEdit,
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return value.replace(
|
return value.replace(
|
||||||
|
|
|
@ -314,6 +314,7 @@ pandora.ui.infoView = function(data) {
|
||||||
.append(
|
.append(
|
||||||
Ox.EditableContent({
|
Ox.EditableContent({
|
||||||
clickLink: pandora.clickLink,
|
clickLink: pandora.clickLink,
|
||||||
|
collapseToEnd: false,
|
||||||
editable: canEdit,
|
editable: canEdit,
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return value.replace(
|
return value.replace(
|
||||||
|
|
Loading…
Reference in a new issue