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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user