Skip to content

Commit

Permalink
fix text selection on inline emails hindered by sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
mercihabam committed May 16, 2024
1 parent f72132a commit 9980c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,7 @@ if(tableBody && !hm_mobile()) {
sort: false,
group: 'messages',
ghostClass: 'drag_target',
draggable: ':not(.inline_msg)',

onMove: (sortableEvent) => {
movingElement = sortableEvent.dragged;
Expand Down

0 comments on commit 9980c39

Please sign in to comment.