Skip to content

Commit 89a9f9e

Browse files
committed
Fix broken criteria-level overriding of gesture bindings
Fix-up of ab3500c
1 parent ef83206 commit 89a9f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/globalPlugins/webAccess/ruleHandler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@ def setIfNotNoneOrEmptyString(key, value):
16471647
"end": self.endSelector.dump(),
16481648
}
16491649
gestures = {
1650-
grestureId: (scope.value, actionId)
1650+
gestureId: (scope.value, actionId)
16511651
for gestureId, (scope, actionId) in self.gestures
16521652
}
16531653
setIfNotDefault("gestures", gestures, {})

0 commit comments

Comments
 (0)