forked from 0x2620/pandora
fix mixed notes
This commit is contained in:
parent
8240a9ede6
commit
5863e7fb31
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
.append(
|
||||
Ox.EditableContent({
|
||||
height: 128,
|
||||
placeholder: formatLight(Ox._(isMixed ? 'Mixed notes' : 'No notes')),
|
||||
placeholder: formatLight(Ox._(isMixed.notes ? 'Mixed notes' : 'No notes')),
|
||||
tooltip: pandora.getEditTooltip(),
|
||||
type: 'textarea',
|
||||
value: data.notes || '',
|
||||
|
|
Loading…
Reference in a new issue