From cb0f55a976fd024939183a51cc0166dadcd3d0e5 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 23 May 2024 12:08:17 +0200 Subject: [PATCH] service2.js: Remove excessive markup repositioning When window scrolls, our host element, correction panel and status icon don't change their (left, top, right, bottom) document coordinates. --- service2.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/service2.js b/service2.js index 032228c..b87191c 100644 --- a/service2.js +++ b/service2.js @@ -9,10 +9,6 @@ */ let besServices = [] -window.addEventListener('scroll', () => - besServices.forEach(service => service.onScroll()) -) - /************************************************************************* * * Base class for all grammar-checking services