Autofocus on user input when adding by URIs
Set textarea for URI input to autofocus since this is the field the user is most likely to be pasting text into.
This commit is contained in:
parent
a4b1e954f1
commit
7283d9290c
|
@ -728,7 +728,7 @@ http://ex1.com/f1.jpg http://ex2.com/f1.jpg
|
||||||
http://ex1.com/f2.mp4 http://ex2.com/f2.mp4 --out=file2.mp4
|
http://ex1.com/f2.mp4 http://ex2.com/f2.mp4 --out=file2.mp4
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
</p>
|
||||||
<textarea rows="4" style="width: 100%" ng-model="getUris.uris"></textarea>
|
<textarea rows="4" style="width: 100%" ng-model="getUris.uris" autofocus></textarea>
|
||||||
|
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user