forked from 0x2620/pandora
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) {
|
||||
Ox.EditableContent({
|
||||
clickLink: pandora.clickLink,
|
||||
collapseToEnd: false,
|
||||
editable: canEdit,
|
||||
format: function(value) {
|
||||
return value.replace(
|
||||
|
|
|
@ -314,6 +314,7 @@ pandora.ui.infoView = function(data) {
|
|||
.append(
|
||||
Ox.EditableContent({
|
||||
clickLink: pandora.clickLink,
|
||||
collapseToEnd: false,
|
||||
editable: canEdit,
|
||||
format: function(value) {
|
||||
return value.replace(
|
||||
|
|
Loading…
Reference in a new issue