Added shortcut to edit data type
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</div>
|
||||
|
||||
<a href class="pull-right" style="padding-top: 15px"
|
||||
ng-click="model.editDataType(model.property)" ng-if="model.property.editor">
|
||||
ng-click="model.editDataType(model.property)" hotkey="alt+shift+d" ng-if="model.property.editor">
|
||||
<i class="icon icon-settings" style="font-size: 15px; color: #555"></i>
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user