mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:54:40 +03:00
webmail: after clicking on the "create mailbox" button, automatically put focus on the input field for the new mailbox name
This commit is contained in:
@ -5203,6 +5203,7 @@ const newMailboxView = (xmb: api.Mailbox, mailboxlistView: MailboxlistView, othe
|
||||
),
|
||||
),
|
||||
)
|
||||
name.focus()
|
||||
}),
|
||||
),
|
||||
dom.div(
|
||||
@ -5562,6 +5563,7 @@ const newMailboxlistView = (msglistView: MsglistView, requestNewView: requestNew
|
||||
),
|
||||
)
|
||||
remove()
|
||||
name.focus()
|
||||
}),
|
||||
),
|
||||
dom.div(
|
||||
|
Reference in New Issue
Block a user