mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Fix Et2SelectEmail and pass email tags again
Still doesn't work though
This commit is contained in:
parent
d07af215c1
commit
6fcbf87a10
@ -120,7 +120,7 @@ export class Et2SelectEmail extends Et2Select
|
||||
if(!this.readonly && this.allowFreeEntries && this.allowDragAndDrop)
|
||||
{
|
||||
let dragTranslate = {x: 0, y: 0};
|
||||
const tags = this.shadowRoot.querySelectorAll(".select__tags [part='tag']");
|
||||
const tags = Array.from(this.shadowRoot.querySelectorAll(".select__tags et2-email-tag"));
|
||||
let draggable = interact(tags).draggable({
|
||||
startAxis: 'xy',
|
||||
listeners: {
|
||||
|
Loading…
Reference in New Issue
Block a user