Remove "add multiple" tip once a task has been added (fixes #10440) (#10459)

* 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:
Isabelle Lavandero
2018-06-28 01:08:45 +08:00
committed by Matteo Pagliazzi
parent c91da86b89
commit 7ddf4b1f7b

View File

@@ -544,6 +544,7 @@ export default {
this.quickAddText = '';
this.quickAddRows = 1;
this.createTask(tasks);
this.$refs.quickAdd.blur();
},
editTask (task) {
this.$emit('editTask', task);