Moved a few other views and some bugfixes from this refactoring

This commit is contained in:
2020-02-17 00:00:03 +01:00
parent b6cb2dbce5
commit 46fd628f11
7 changed files with 69 additions and 56 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class ExampleComponentAdd(NoReset):
example = self.get_arg(0, Example)
component_num = self.get_arg(1, int)
new_component = ComponentLexeme.new_empty()
new_component = ComponentLexeme()
example.copy().components.insert(component_num + 1, new_component)