Closed btheado closed 1 month ago
Loading map state from saved tiddlers was not working. The code was using a non-existent property geomapStateTitle. Replaced with getAttribute("state") and now the state loading is working.
geomapStateTitle
getAttribute("state")
Confirmed: btheado has already signed the Contributor License Agreement (see contributing.md)
Thank you @btheado and apologies for the delay
Loading map state from saved tiddlers was not working. The code was using a non-existent property
geomapStateTitle
. Replaced withgetAttribute("state")
and now the state loading is working.