From 2161379b55be2aab0d639df2f2b7124b1544789f Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Thu, 29 Jul 2021 18:16:06 +0200 Subject: fix #1213 (#1287) --- lib/commands.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/commands.py') diff --git a/lib/commands.py b/lib/commands.py index 7435f753..f3875409 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -286,7 +286,6 @@ def add_group(document, node, command): "transform": get_correction_transform(node) }) parent.insert(parent.index(node) + 1, group) - return group -- cgit v1.2.3