Fix broken Nested Content "add content" dialog
This commit is contained in:
committed by
Sebastiaan Janssen
parent
a0fbffa2c2
commit
0720e3bb30
@@ -260,7 +260,7 @@
|
||||
});
|
||||
});
|
||||
|
||||
vm.overlayMenu.pasteItems.sort( (a, b) => {
|
||||
dialog.pasteItems.sort( (a, b) => {
|
||||
return b.date - a.date
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user