Fix laggy timeline.

This commit is contained in:
Black Hat 2018-08-24 14:04:46 +08:00
parent b9839fc242
commit 2c705fbf56
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ Item {
AutoMouseArea {
anchors.fill: parent
propagateComposedEvents: true
onSecondaryClicked: Qt.createComponent("qrc:/qml/menu/MessageContextMenu.qml").createObject(this)
}