mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 19:05:09 +00:00
(js) Set focus to title field in component editor
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
<input type="text"
|
||||
class="md-display-1"
|
||||
label:placeholder="Title"
|
||||
ng-model="editor.component.summary"/>
|
||||
ng-model="editor.component.summary"
|
||||
md-sidenav-focus="md-sidenav-focus" />
|
||||
</md-input-container>
|
||||
<!--<md-chips>
|
||||
<md-chip ng-repeat="category in editor.component.categories">{{category}}</md-chip>
|
||||
|
||||
Reference in New Issue
Block a user