mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
fix: too small sortable handle for ACP>Manage>Categories
The handle was initially just the icon, but now it is the icon and the category label itself.
This commit is contained in:
@@ -291,7 +291,7 @@ define('admin/manage/categories', [
|
||||
sortables[parentId] = Sortable.create($('ul[data-cid="' + parentId + '"]')[0], {
|
||||
group: 'cross-categories',
|
||||
animation: 150,
|
||||
handle: '.icon',
|
||||
handle: '.information',
|
||||
dataIdAttr: 'data-cid',
|
||||
ghostClass: 'placeholder',
|
||||
onAdd: itemDidAdd,
|
||||
|
||||
Reference in New Issue
Block a user