mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
only sort rooms inside room list
This commit is contained in:
@@ -102,6 +102,7 @@ define('forum/chats', [
|
||||
const publicRoomList = $('[component="chat/public"]');
|
||||
publicRoomList.sortable({
|
||||
handle: '[component="chat/public/room/sort/handle"]',
|
||||
items: '[component="chat/public/room"]',
|
||||
axis: 'y',
|
||||
update: async function () {
|
||||
const data = { roomIds: [], scores: [] };
|
||||
|
||||
Reference in New Issue
Block a user