-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Focus editor in replies and forwdared messagess #2479
Conversation
Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
e78e4f8
to
5c13c5f
Compare
@@ -127,6 +131,9 @@ export default { | |||
priority: 'highest', | |||
} | |||
) | |||
if (this.focus) { | |||
logger.debug('focusing TextEditor') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be removed? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with leaving those as they aid debugging of bug reports.
Hmm, I can’t really confirm that it fixes anything? Also I still have myself in cc when replying to mails. |
|
Have you built the app? What happens when you try to reply to a message? What is focused? Do you see the debug log about the focus? |
4a21fb3
to
3d97d83
Compare
@jancborchardt its working now, can you please recheck? |
Ref #2373