update multiselect
This commit is contained in:
parent
3460f6708d
commit
cc2cd5731d
28 changed files with 175 additions and 141 deletions
|
@ -2155,7 +2155,7 @@
|
|||
});
|
||||
|
||||
view.querySelector('.detailImageContainer').addEventListener('click', function (e) {
|
||||
var itemDetailGalleryLink = parentWithClass(e.target, 'itemDetailGalleryLink');
|
||||
var itemDetailGalleryLink = dom.parentWithClass(e.target, 'itemDetailGalleryLink');
|
||||
if (itemDetailGalleryLink) {
|
||||
LibraryBrowser.editImages(currentItem.Id).then(function () {
|
||||
reload(view, params);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue