You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded to pleroma 2.1.2 and the bundled FE doesn't handle ctrl+enter well with this addon enabled. When ctrl+enter is pressed, the compose box disappears like usual but no post is sent. Clicking the "post" button works as usual.
and it fixed the bug, with the downside that you need to press esc manually to get the compose window to go. Moving the code to onkeyup didnt seem to help either. I don't want to remove this code, but I can't debug this either, so it might be best to disable it on pleroma for now unless it can be debugged,
The text was updated successfully, but these errors were encountered:
I upgraded to pleroma 2.1.2 and the bundled FE doesn't handle ctrl+enter well with this addon enabled. When ctrl+enter is pressed, the compose box disappears like usual but no post is sent. Clicking the "post" button works as usual.
I removed
collapsed_mastodon/js/main.js
Lines 153 to 157 in 00dddd4
esc
manually to get the compose window to go. Moving the code to onkeyup didnt seem to help either. I don't want to remove this code, but I can't debug this either, so it might be best to disable it on pleroma for now unless it can be debugged,The text was updated successfully, but these errors were encountered: