mirror of https://github.com/KDE/kasts.git
Workaround for TapHandler+ColumnView issues
This commit is contained in:
parent
8bafa91de1
commit
def54ae6f7
|
@ -130,8 +130,9 @@ AddonDelegates.RoundedItemDelegate {
|
|||
|
||||
acceptedModifiers: Qt.NoModifier
|
||||
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
||||
exclusiveSignals: Kirigami.Settings.isMobile ? (TapHandler.SingleTap | TapHandler.DoubleTap) : TapHandler.NotExclusive
|
||||
|
||||
onTapped: (eventPoint, button) => {
|
||||
onSingleTapped: (eventPoint, button) => {
|
||||
|
||||
// Keep track of (currently) selected items
|
||||
const modelIndex = listItem.listViewObject.model.index(index, 0);
|
||||
|
|
Loading…
Reference in New Issue