mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-04 18:55:44 +00:00
parent
27eab84f94
commit
ed0b9ec1d6
@ -202,6 +202,10 @@ Rectangle {
|
||||
}
|
||||
|
||||
function onRelease(event) {
|
||||
if (event.key === Qt.Key_Backspace && textFormatMenu.opened) {
|
||||
textFormatMenu.close()
|
||||
}
|
||||
|
||||
// the text doesn't get registered to the textarea fast enough
|
||||
// we can only get it in the `released` event
|
||||
if (paste) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user