mirror of
https://github.com/mjl-/mox.git
synced 2024-12-27 08:53:48 +03:00
79f91ebd87
actually, this fix can reduce focus changes for more operations. withStatus is often used to show an operation in progress in the status bar, only when the operation isn't done within 1 second. we would restore focus to the element before the operation started. that was done because we disable elements sometimes (preventing duplicate form submission). for things like the autocomplete, with the tab key, which also moves focus to the next element, we don't want that focus switched back again. |
||
---|---|---|
.. | ||
api.go | ||
api.json | ||
api.ts | ||
api_test.go | ||
eventwriter.go | ||
lib.ts | ||
message.go | ||
message_test.go | ||
msg.html | ||
msg.js | ||
msg.ts | ||
text.html | ||
text.js | ||
text.ts | ||
view.go | ||
view_test.go | ||
webmail.go | ||
webmail.html | ||
webmail.js | ||
webmail.ts | ||
webmail_test.go |