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.
This commit is contained in:
Simon Rozman 2024-05-23 12:08:17 +02:00
parent 85d8f42dba
commit cb0f55a976

View File

@ -9,10 +9,6 @@
*/ */
let besServices = [] let besServices = []
window.addEventListener('scroll', () =>
besServices.forEach(service => service.onScroll())
)
/************************************************************************* /*************************************************************************
* *
* Base class for all grammar-checking services * Base class for all grammar-checking services