fix: Station öffnen in Tab

This commit is contained in:
ISA
2025-08-26 11:33:24 +02:00
parent 5b7868145c
commit 4befddd440
5 changed files with 6 additions and 8 deletions

View File

@@ -23,4 +23,4 @@ NEXT_PUBLIC_USE_MOCKS=true
# z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen
# basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.347
NEXT_PUBLIC_APP_VERSION=1.1.348

View File

@@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=false
# basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.347
NEXT_PUBLIC_APP_VERSION=1.1.348

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "nodemap",
"version": "1.1.347",
"version": "1.1.348",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nodemap",
"version": "1.1.347",
"version": "1.1.348",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",

View File

@@ -1,6 +1,6 @@
{
"name": "nodemap",
"version": "1.1.347",
"version": "1.1.348",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",

View File

@@ -30,9 +30,7 @@ export async function openInNewTab(e, target) {
}
if (link) {
if (getDebugLog()) {
console.log("🟢 Öffne Link:", link);
}
console.log("🟢 Öffne Link:", link);
window.open(link, "_blank");
} else {
console.error("❌ Kein gültiger Link gefunden.");