mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
23cb5136f1
When in message editing mode was not possible to cofirm edit and close edit mode when pressing enter key as the clicked signal of the StatusButton is called without an argument, aparently that signal has a var mouse parameter. Passed null as parameter to get the signal emitted. Closes #4213