fix batch editing

This commit is contained in:
j 2018-11-05 20:30:27 +00:00
parent ce234bdea5
commit 2cd1d85702
1 changed files with 25 additions and 24 deletions

View File

@ -215,7 +215,7 @@ pandora.ui.infoView = function(data, isMixed) {
}
// Title -------------------------------------------------------------------
if (!isMultiple) {
$('<div>')
.css({
marginTop: '-2px',
@ -239,6 +239,7 @@ pandora.ui.infoView = function(data, isMixed) {
})
)
.appendTo($text);
}
// Groups ------------------------------------------------------------------