Prevent property previews from having focus
This commit is contained in:
committed by
Sebastiaan Janssen
parent
5ce9a3e74f
commit
7b0468fb39
@@ -240,7 +240,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<ng-form inert class="umb-group-builder__property-preview-form" name="propertyEditorPreviewForm" umb-disable-form-validation ng-click="editPropertyTypeSettings(property, tab)">
|
||||
<ng-form inert class="umb-group-builder__property-preview-form" name="propertyEditorPreviewForm" umb-disable-form-validation ng-click="editPropertyTypeSettings(property, tab)" tabindex="-1">
|
||||
<umb-property-editor
|
||||
ng-if="property.view !== undefined"
|
||||
model="property"
|
||||
|
||||
Reference in New Issue
Block a user