mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 17:44:25 +00:00
Remove the sortable functionality from the selection editing toolbar at the bottom of the media manager.
Fixes #29934 See #24352 Props jessepollak git-svn-id: https://develop.svn.wordpress.org/trunk@30686 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6755,7 +6755,7 @@
|
||||
events: {},
|
||||
initialize: function() {
|
||||
_.defaults( this.options, {
|
||||
sortable: true,
|
||||
sortable: false,
|
||||
resize: false,
|
||||
|
||||
// The single `Attachment` view to be used in the `Attachments` view.
|
||||
|
||||
Reference in New Issue
Block a user