Skip to content

Commit

Permalink
SearchKit - Fix sortable popups
Browse files Browse the repository at this point in the history
When a sortable popup opens and there was already a sortable display on the page,
the drag-n-drop in the popup was broken. This fixes it.
  • Loading branch information
colemanw committed Dec 8, 2024
1 parent 5d3e09e commit 5046372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

if (ctrl.settings.draggable) {
ctrl.draggableOptions = {
containment: 'table',
containment: $element,
direction: 'vertical',
handle: '.crm-draggable',
forcePlaceholderSize: true,
Expand Down

0 comments on commit 5046372

Please sign in to comment.