mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX Adding missing onunmatch in AssetAdmin.DragDrop
This commit is contained in:
parent
7ed09917ac
commit
be2c811639
@ -20,6 +20,9 @@
|
|||||||
|
|
||||||
this._super();
|
this._super();
|
||||||
},
|
},
|
||||||
|
onunmatch: function() {
|
||||||
|
this._super();
|
||||||
|
},
|
||||||
/**
|
/**
|
||||||
* Function: drop
|
* Function: drop
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user