mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Changed row adding when user blurs/focuses (#9610)
This commit is contained in:
parent
78ee60611a
commit
3e3248fecb
1 changed files with 4 additions and 0 deletions
|
|
@ -455,6 +455,10 @@ export default {
|
|||
if (!this.dailyDueDefaultView) return;
|
||||
this.activateFilter('daily', this.types.daily.filters[1]);
|
||||
},
|
||||
quickAddFocused (newValue) {
|
||||
if (newValue) this.quickAddRows = this.quickAddText.split('\n').length;
|
||||
if (!newValue) this.quickAddRows = 1;
|
||||
},
|
||||
},
|
||||
mounted () {
|
||||
this.setColumnBackgroundVisibility();
|
||||
|
|
|
|||
Loading…
Reference in a new issue