Add undo actions to the root node instead of appending them
also fix minor UI bug
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
<div ng-repeat="template in ::vm.templates | orderBy:'name'">
|
||||
<umb-checkbox model="template.selected"
|
||||
on-change="vm.selectTemplate(template)"
|
||||
text="{{template.name}}">umb-expansion-panel__content
|
||||
text="{{template.name}}">
|
||||
</umb-checkbox>
|
||||
</div>
|
||||
</umb-control-group>
|
||||
|
||||
Reference in New Issue
Block a user