fix: grid layer to not be clickable

This commit is contained in:
Azgaar 2025-03-09 13:29:45 +01:00
parent 8131f25456
commit a6f66e9828
3 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
const VERSION = "1.108.5";
const VERSION = "1.108.6";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{