mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
focus on title when clicked
This commit is contained in:
parent
de0cbfd193
commit
d89cba4f96
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ export default Ember.Component.extend({
|
|||
});
|
||||
|
||||
$("#page-title").removeClass("error");
|
||||
|
||||
$("#page-title").focus(function() {
|
||||
$(this).select();
|
||||
});
|
||||
},
|
||||
|
||||
willDestroyElement() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue