mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
No auto focus for Add To menu
This commit is contained in:
parent
ffbcc7ca96
commit
098e59d912
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
<input type="text"
|
||||
@keyup.esc.prevent="showing = false"
|
||||
v-model="newPlaylistName"
|
||||
v-koel-focus="showing"
|
||||
placeholder="Playlist name"
|
||||
required>
|
||||
<button type="submit"><i class="fa fa-save"></i></button>
|
||||
|
|
Loading…
Reference in a new issue