mirror of
https://github.com/PaiGramTeam/luoxu-api-pub.git
synced 2024-11-21 22:58:21 +00:00
add missing parentheses, fixing name not being cleared when should
This commit is contained in:
parent
1b842ab3b5
commit
2d92876929
@ -125,7 +125,7 @@
|
||||
<input bind:this={input} type="text"
|
||||
on:input={() => {should_hide=false;may_complete()}}
|
||||
on:focus={() => should_hide=false}
|
||||
on:blur={() => {setTimeout(() => should_hide=true, 100);update_value}}
|
||||
on:blur={() => {setTimeout(() => should_hide=true, 100);update_value()}}
|
||||
on:keydown={select_by_key}
|
||||
/>
|
||||
<img class="selected-avatar" alt="" src="{url}/avatar/{selected?selected:'nobody'}.jpg"/>
|
||||
|
Loading…
Reference in New Issue
Block a user