mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
* remove tip once a task has been added * blur quickadd on enter but not on shift * blur quickadd after tasks are created
This commit is contained in:
parent
c91da86b89
commit
7ddf4b1f7b
1 changed files with 1 additions and 0 deletions
|
|
@ -544,6 +544,7 @@ export default {
|
|||
this.quickAddText = '';
|
||||
this.quickAddRows = 1;
|
||||
this.createTask(tasks);
|
||||
this.$refs.quickAdd.blur();
|
||||
},
|
||||
editTask (task) {
|
||||
this.$emit('editTask', task);
|
||||
|
|
|
|||
Loading…
Reference in a new issue