Moved a few other views and some bugfixes from this refactoring
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user