edited/modified example atribute supported
This commit is contained in:
@@ -49,6 +49,7 @@ class EditExampleText(Message):
|
||||
def update_model(self, model):
|
||||
example = self.get_arg(0, Example)
|
||||
example.overwrite_with_copy()
|
||||
example.edited = True
|
||||
|
||||
idx = 0
|
||||
for txt in document.getElementsByClassName("example-component-text"):
|
||||
|
||||
Reference in New Issue
Block a user