mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01: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:
committed by
Matteo Pagliazzi
parent
c91da86b89
commit
7ddf4b1f7b
@@ -544,6 +544,7 @@ export default {
|
||||
this.quickAddText = '';
|
||||
this.quickAddRows = 1;
|
||||
this.createTask(tasks);
|
||||
this.$refs.quickAdd.blur();
|
||||
},
|
||||
editTask (task) {
|
||||
this.$emit('editTask', task);
|
||||
|
||||
Reference in New Issue
Block a user