mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix trash
This commit is contained in:
parent
e8a1980fd5
commit
b2e14d80bb
@ -4760,7 +4760,7 @@ define([
|
||||
var $trashElement = $(trashElement);
|
||||
addDriveFeatures($trashElement);
|
||||
var $trashElementContent = $trashElement.find('.cp-app-drive-tree-docs');
|
||||
var $trashList = $('<ul>', { 'class': 'cp-app-drive-tree-category' }).append($trashElementContent);
|
||||
var $trashList = $('<ul>', { 'class': 'cp-app-drive-tree-category' }).append($trashElementContent.contents());
|
||||
$container.append($trashList);
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user