Fix code formatting
This commit is contained in:
@@ -87,9 +87,7 @@ Item {
|
|||||||
}
|
}
|
||||||
TapHandler {
|
TapHandler {
|
||||||
acceptedButtons: Qt.LeftButton
|
acceptedButtons: Qt.LeftButton
|
||||||
onTapped: {
|
onTapped: replyComponent.replyClicked()
|
||||||
replyComponent.replyClicked()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -107,9 +105,7 @@ Item {
|
|||||||
TapHandler {
|
TapHandler {
|
||||||
enabled: !hoveredLink
|
enabled: !hoveredLink
|
||||||
acceptedButtons: Qt.LeftButton
|
acceptedButtons: Qt.LeftButton
|
||||||
onTapped: {
|
onTapped: replyComponent.replyClicked()
|
||||||
replyComponent.replyClicked()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user