Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix map name parsing in permalink store getState() function (#2016)
* Fix map name parsing in permalink store getState() function * Refactor permalinkStore.js to extract map name without .json extension This commit refactors permalinkStore.js to extract the map name without the .json extension. The code now uses the lastIndexOf method to find the last occurrence of the '.' character and extracts the substring before it. This improves the readability and maintainability of the code. * Fix bug in permalinkstore.js for handling map names with periods.
- Loading branch information