show property actions

This commit is contained in:
Niels Lyngsø
2022-07-06 15:44:27 +02:00
parent 0daffd737e
commit 51c537c2c2
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
height: 100%;
width: 100%;
box-sizing: border-box;
cursor: not-allowed;
}
.umb-property-editor__lock-overlay {

View File

@@ -19,7 +19,7 @@
</label>
<umb-property-actions ng-if="!vm.showInherit" actions="vm.propertyActions"></umb-property-actions>
<umb-property-actions actions="vm.propertyActions"></umb-property-actions>
<small class="control-description" ng-if="vm.property.description" ng-bind-html="vm.property.description | simpleMarkdown"></small>