diff --git a/manifest.json b/manifest.json index 10000b4..b565b54 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "obsidian-leaflet-plugin", "name": "Obsidian Leaflet", "description": "Interactive maps inside your notes", - "version": "4.3.4", + "version": "4.3.5", "minAppVersion": "0.12.12", "author": "Jeremy Valentine", "repo": "valentine195/obsidian-leaflet-plugin", diff --git a/package.json b/package.json index d53eef9..8195077 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "obsidian-leaflet-plugin", - "version": "4.3.4", + "version": "4.3.5", "description": "Leaflet integration for Obsidian.md", "main": "main.js", "scripts": { - "dev": "webpack --config webpack.dev.js -w", + "dev": "set NODE_OPTIONS=--openssl-legacy-provider && webpack --config webpack.dev.js -w", "build": "webpack", "analyze": "webpack --profile --json > stats.json && webpack-bundle-analyzer ./stats.json" }, @@ -49,4 +49,4 @@ "worker-loader": "^3.0.8", "xmldom": "^0.6.0" } -} +} \ No newline at end of file diff --git a/src/assets/main.css b/src/assets/main.css index 6927865..7a67e37 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -133,6 +133,7 @@ input.is-invalid { .block-language-leaflet > .leaflet-container { z-index: 0; + background-color: var(--background-secondary-alt); } .block-language-leaflet > .adding-text { diff --git a/versions.json b/versions.json index 6ce4662..cf3bb11 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,5 @@ "3.24.3": "0.12.10", "4.0.0": "0.12.12", "4.2.2": "0.12.12", - "4.3.4": "0.12.12" + "4.3.5": "0.12.12" } \ No newline at end of file