FIX: Do not expand if assignee username present (#434)
This does not work as expected and can lead to a worse user experience.
This commit is contained in:
parent
7e7da1a876
commit
f34bc92b40
|
@ -20,7 +20,7 @@
|
||||||
maximum=1
|
maximum=1
|
||||||
autofocus=autofocus
|
autofocus=autofocus
|
||||||
tabindex=1
|
tabindex=1
|
||||||
expandedOnInsert=true
|
expandedOnInsert=(not assigneeName)
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
{{#if this.assigneeError}}
|
{{#if this.assigneeError}}
|
||||||
|
|
Loading…
Reference in New Issue