option 'pull' of 'group' malfunction with function as value
See original GitHub issuehttps://jsfiddle.net/Vatel/uw6cy3rp/11/
reproduce: drag any item from group1 to group2, and then drag it back to group1, and this item is never able to interact with other items, and error raises in console, saying ‘Cannot read property ‘element’ of null’.
it bugs out when the group option is like:
group: { name: 'asdf1', pull: () => 'clone', put: ['asdf', 'asdf1'] }
took me years to locate the cause…
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Using custom functions in Power Query - Microsoft Learn
An article on how to create custom functions in Power Query. ... Right-click on the Binary value of your choice from the Content...
Read more >How to Fix a 'Not a GROUP BY Expression' Error
Option 1. Add the city column to GROUP BY . If you want the city to be displayed in the output, you'll need...
Read more >Why the Pivot Table Group Field Button is Disabled for Dates
Learn why the pivot table date group feature is disabled, grayed out, or does not work, and a few quick tips for finding...
Read more >Excel Formulas Not Working: Possible Reasons and How to ...
To do this, click the Formula tab and in the 'Formula Auditing' group, click on the Error Checking drop-down icon (the small downward...
Read more >Functions - Advanced R. - Hadley Wickham
Function components describes the three main components of a function. Lexical scoping teaches you how R finds values from names, the process of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@David-Desmaisons hi, master. my current use case is to control a component’s behavior so that it clones it’s contains when dragging to some specific components while doesn’t in the other situations. for example:
i wish that the items in the yellow block clones itself only if it is being dragged to left-bottom.
Duplicate of #504