From 59c53a09f2bb24766669fd9668be5355de73f568 Mon Sep 17 00:00:00 2001 From: Sergei Ogorelkov Date: Mon, 6 Feb 2023 21:34:52 +0600 Subject: [PATCH] Fix "SortableList" drag n drop with descending sorting (#2591) Signed-off-by: Sergei Ogorelkov --- .../src/components/list/SortableList.svelte | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/plugins/view-resources/src/components/list/SortableList.svelte b/plugins/view-resources/src/components/list/SortableList.svelte index e50d8ceb32..30b334477d 100644 --- a/plugins/view-resources/src/components/list/SortableList.svelte +++ b/plugins/view-resources/src/components/list/SortableList.svelte @@ -13,7 +13,7 @@ // limitations under the License. -->