compose modal should auto-focus
This commit is contained in:
parent
cf2b6bfe2f
commit
5b6af3c8d5
|
@ -1,5 +1,5 @@
|
||||||
<ModalDialog :label :shown :closed :title background="var(--main-bg)">
|
<ModalDialog :label :shown :closed :title background="var(--main-bg)">
|
||||||
<ComposeBox realm="dialog" size="slim" on:postedStatus="onPostedStatus()" />
|
<ComposeBox realm="dialog" size="slim" autoFocus="true" on:postedStatus="onPostedStatus()" />
|
||||||
</ModalDialog>
|
</ModalDialog>
|
||||||
<script>
|
<script>
|
||||||
import ModalDialog from './ModalDialog.html'
|
import ModalDialog from './ModalDialog.html'
|
||||||
|
|
Loading…
Reference in a new issue