Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix template function getting reused between blocks.
The template function (which is slightly different for each block, depending on block's configuration) was getting assigned to the global DragAndDropBlock function. Each block would overwrite the previous value, which caused bugs.
- Loading branch information