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
Copy file name to clipboardExpand all lines: src/frontendHighlighterApp/index.js
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -346,8 +346,9 @@ class AccessibilityCheckerHighlight {
346
346
ancestorResize: true,
347
347
elementResize: true,
348
348
layoutShift: true,
349
-
animationFrame: true,// TODO: Disable styles sometimes causes the toolbar to disappear until a scroll or resize event. This may help - but is expensive.
350
-
349
+
// Note: animationFrame helps with toolbar visibility issues when styles are disabled,
350
+
// but comes with performance cost. Enabled to ensure consistent tooltip positioning.
351
+
animationFrame: true,
351
352
}
352
353
);
353
354
@@ -485,17 +486,23 @@ class AccessibilityCheckerHighlight {
0 commit comments