You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// remix links behave in unexpected way when delete in content editable
33
-
// always render simple <a> in canvas and preview
34
-
// since remix links do not affect it
35
-
if(renderer!=="canvas"&&renderer!=="preview"){
36
-
// In the future, we will switch to the :local-link pseudo-class (https://developer.mozilla.org/en-US/docs/Web/CSS/:local-link). (aria-current="page" is used now)
37
-
// Therefore, we decided to use end={true} (exact route matching) for all links to facilitate easier migration.
// In the future, we will switch to the :local-link pseudo-class (https://developer.mozilla.org/en-US/docs/Web/CSS/:local-link). (aria-current="page" is used now)
33
+
// Therefore, we decided to use end={true} (exact route matching) for all links to facilitate easier migration.
0 commit comments