- Issue created by @john pitcairn
- 🇳🇿New Zealand john pitcairn
Removing the offending properties
moves
andaccepts
frommovesErrors()
andacceptsErrors()
in builder.js in 2.1.1 results in working drag and drop, but probably isn't the solution.Drupal._lpbMoveErrors
is initially defined as an object withaccepts
andmoves
properties, but the properties are not defined by the time it is used in the above, it becomes an array.