Skip to content

Commit bbf3db1

Browse files
committed
Fix item actions dropdown
1 parent 1937e7b commit bbf3db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_common/items-list/items-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$(function() {
2-
var $itemActions = $(".item-actions");
2+
var $itemActions = $(".item-actions-dropdown");
33

44
$(document).on('click',function(e) {
55
if (!$(e.target).closest('.item-actions-dropdown').length) {

0 commit comments

Comments
 (0)