mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-06 23:21:18 -04:00
Don't change the current album when items are dragged to a different album in the album tree. Fixes ticket #959.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<li class="g-organize-album ui-icon-left <?= access::can("edit", $child) ? "" : "g-view-only" ?>"
|
||||
ref="<?= $child->id ?>">
|
||||
<span class="ui-icon ui-icon-plus"></span>
|
||||
<span class="g-organize-album-text" ref="<?= $child->id ?>">
|
||||
<span class="g-organize-album-text <?= $selected && $child->id == $selected->id ? "ui-state-focus" : "" ?>" ref="<?= $child->id ?>">
|
||||
<?= html::clean($child->title) ?>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user