mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03:00
fix(web): folder sort
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
const onclick = (event: MouseEvent) => {
|
||||
event.preventDefault();
|
||||
node.children.sort((a, b) => a.value.localeCompare(b.value));
|
||||
isOpen = !isOpen;
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user