mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 23:54:30 +08:00
autofocus the input in the "insert image" dialog when clicking on the "on the web" tab
This commit is contained in:
parent
f544e1d4f7
commit
61dcd61a5e
@ -23,7 +23,7 @@
|
||||
{{else}}
|
||||
<div class='modal-body'>
|
||||
<form>
|
||||
<input type="text" name="text" id="fileurl-input"><br>
|
||||
<input type="text" name="text" id="fileurl-input" autofocus><br>
|
||||
<span class='description'>{{i18n image_selector.remote_tip}}</span> <br>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user