Add undo actions to the root node instead of appending them

also fix minor UI bug
This commit is contained in:
Mole
2021-02-25 12:36:28 +01:00
parent 23f2b091ad
commit f4787f9ae5
2 changed files with 25 additions and 8 deletions

View File

@@ -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>