You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROU-12774: Fix TerraDraw dispose crash and TypeScript type errors (#260)
* Fixing the way dispose of the tool is made
* Remove extra space
* Suppress S7764 rule in sonar cloud
This rule is not relevant for our project, as this rule is intended to improve portability, consistency, and testing across different JavaScript environments (browsers, Web Workers, and Node.js).
* Use window for better type reference
* Fix type of return configs
* Fix type for compiler (OS.coordinates)
* Bump version of OutSystems Maps
* Remove unnecessary code
* Lint over the code
* Fixing the way removal of a tool is made
* Text typo
* Invoking stop only if the enabled
0 commit comments