-
Notifications
You must be signed in to change notification settings - Fork 353
Not working correctly inside CDK drag and drop #549
Copy link
Copy link
Open
Labels
area: editorMain editor componentMain editor componentgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority: lowBacklog, nice to haveBacklog, nice to havestatus: confirmedVerified, ready for workVerified, ready for worktype: bugSomething isn't workingSomething isn't workingtype: enhancementImprove existing featureImprove existing feature
Metadata
Metadata
Assignees
Labels
area: editorMain editor componentMain editor componentgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority: lowBacklog, nice to haveBacklog, nice to havestatus: confirmedVerified, ready for workVerified, ready for worktype: bugSomething isn't workingSomething isn't workingtype: enhancementImprove existing featureImprove existing feature
When used within a
cdkDragcomponent, it becomes impossible to edit the content without doing a right-click first.There is a solution explained here: https://stackoverflow.com/a/64084061/517193
Maybe we could have an option that will automatically add the mousedown event and prevent the bubble up? or add it by default?