unpoly-rails 3.9.0 → 3.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
  /***/ (() => {
6
6
 
7
7
  window.up = {
8
- version: '3.9.0'
8
+ version: '3.9.1'
9
9
  };
10
10
 
11
11
 
@@ -9777,7 +9777,7 @@ up.link = (function () {
9777
9777
  noInstantSelectors: ['[up-instant=false]', '[onclick]'],
9778
9778
  preloadSelectors: ['[up-preload]'],
9779
9779
  noPreloadSelectors: ['[up-preload=false]'],
9780
- clickableSelectors: ['[up-clickable]', '[up-follow]', '[up-emit]', '[up-accept]', '[up-dismiss]', ATTRS_SUGGESTING_FOLLOW],
9780
+ clickableSelectors: ['[up-clickable]', '[up-follow]', '[up-emit]', '[up-accept]', '[up-dismiss]', `a:is(${ATTRS_SUGGESTING_FOLLOW})`],
9781
9781
  noClickableSelectors: ['[up-clickable=false]', DEFAULT_INTERACTIVE_ELEMENT],
9782
9782
  preloadDelay: 90,
9783
9783
  }));