From c027c3a8f6d4aa606c544a3ea04ba468244efce6 Mon Sep 17 00:00:00 2001 From: axolotle Date: Fri, 27 May 2022 20:56:16 +0200 Subject: [PATCH] reorder children by text type --- src/components/nodes/NodeViewChildList.vue | 10 +++++++--- src/components/nodes/NodeViewChildListGroup.vue | 10 +++++++++- src/helpers/common.js | 15 +++++++++++++++ 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/src/components/nodes/NodeViewChildList.vue b/src/components/nodes/NodeViewChildList.vue index f12d8bc..26ee1da 100644 --- a/src/components/nodes/NodeViewChildList.vue +++ b/src/components/nodes/NodeViewChildList.vue @@ -2,7 +2,7 @@