mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-29 11:02:40 -04:00
Order Fix (#2333)
Co-authored-by: Weblate (bot) <hosted@weblate.org> Co-authored-by: Havokdan <havokdan@yahoo.com.br>
This commit is contained in:
+1
@@ -222,6 +222,7 @@ export class CustomizeSidenavStreamsComponent implements OnDestroy {
|
||||
|
||||
|
||||
orderUpdated(event: IndexUpdateEvent) {
|
||||
|
||||
this.sideNavService.updateSideNavStreamPosition(event.item.name, event.item.id, event.fromPosition, event.toPosition).subscribe(() => {
|
||||
this.sideNavService.getSideNavStreams(false).subscribe((data) => {
|
||||
this.items = [...data];
|
||||
|
||||
Reference in New Issue
Block a user