diff --git a/kludges.js b/kludges.js index 32b0a5d..4e100fc 100644 --- a/kludges.js +++ b/kludges.js @@ -379,7 +379,7 @@ function init() { }); } - if (version[1] > 32) + if (version[1] > 32 && version[1] < 37) registerOverridePrototype(Workspace.UnalignedLayoutStrategy, 'computeLayout', computeLayout); // Kill pinch gestures as they work pretty bad (especially when 3-finger swiping)