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