mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-28 15:26:10 +00:00
fix(Input): unable to place cursor using mouse
drop a defunct MouseArea that was being used for a context menu which got removed in the meantime; it breaks clicking inside the TextField Closes: #5167
This commit is contained in:
parent
6f1cf8bd74
commit
baa7d3758a
@ -110,14 +110,6 @@ Item {
|
|||||||
Keys.onPressed: {
|
Keys.onPressed: {
|
||||||
inputBox.keyPressed(event);
|
inputBox.keyPressed(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
|
||||||
anchors.fill: parent
|
|
||||||
acceptedButtons: Qt.RightButton | Qt.LeftButton
|
|
||||||
onClicked: {
|
|
||||||
inputValue.forceActiveFocus(Qt.MouseFocusReason)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SVGImage {
|
SVGImage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user