Results 139 comments of b_b

Do you play with a simple placemark icon or a groundoverlay ? I think it would be same if you put your gif as a simple image overlay since it's...

As i said, groundoverlay use a simple image overlay, so i'm pretty sure that your map would be laggy with the same image as a leaflet image overlay. Can you...

Just tested your kml, and from my side it works well and smoothly...

> Sorry for the late response. Yes this is the issue. Node >=20 works with Typescript. So it means that https://github.com/ether/etherpad-lite?tab=readme-ov-file#requirements should be updated ?

Sorry to bother you @SamTV12345 but @meaz says it works after switching from node 20 to 21, but you said that "Node >=20 works with Typescript.". Does it mean that...

Thx for the feedback, on ubuntu 20.04 with node v20.5.1 & npm 10.5.0 i get the same error reported in this issue. That's why i was wondering if requirements should...

@jieter feel free to close this issue if it overwhelm you :)

This simple patch should do the job, any thought @BePo65 & @KristjanESPERANTO ? ```diff diff --git a/Control.FullScreen.js b/Control.FullScreen.js index e90484a..f43dff3 100644 --- a/Control.FullScreen.js +++ b/Control.FullScreen.js @@ -255,7 +255,7 @@ _handleFullscreenChange(ev)...