fix: drawCoastline - remove redundant off-canvas points

This commit is contained in:
max 2022-07-23 16:39:07 +03:00
parent ffea4d15cb
commit cc3c06f595
3 changed files with 8 additions and 22 deletions

View file

@ -45,7 +45,7 @@ export default defineConfig(({mode}) => {
createHtmlPlugin({
inject: {
data: {
APP_VERSION: APP_VERSION?.replace(/"/g, "")
APP_VERSION: APP_VERSION.replace(/"/g, "")
}
}
}),