Merge branch 'feature/ui-test' into 'develop'

Value missmatch fix

See merge request proj-wise2526-video2document/video2document!64
This commit is contained in:
Minning, Eric
2025-12-16 17:35:17 +01:00
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ function setSpeakerAudiosValue(valy){
try {
speakerAudios = valy;
speakerRewriten = valy;
document.getElementById("speakerAudioViewer").src = valy.speakerA.source;
document.getElementById("speakerAudioViewer").src = valy.speakerA.src;
} catch (error) {
}
+1 -1
View File
@@ -469,7 +469,7 @@ li {
display: flex;
justify-content: center;
padding: 10px 20px;
margin-left: 80px;
margin-left: 10px;
margin-top: 30px;
margin-bottom: 10px;
background-color: #007BFF;
+1 -4
View File
@@ -450,7 +450,6 @@
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz",
"integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==",
"license": "MIT",
"peer": true,
"dependencies": {
"undici-types": "~7.16.0"
}
@@ -1306,8 +1305,7 @@
"version": "0.0.1534754",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1534754.tgz",
"integrity": "sha512-26T91cV5dbOYnXdJi5qQHoTtUoNEqwkHcAyu/IKtjIAxiEqPMrDiRkDOPWVsGfNZGmlQVHQbZRSjD8sxagWVsQ==",
"license": "BSD-3-Clause",
"peer": true
"license": "BSD-3-Clause"
},
"node_modules/diff": {
"version": "4.0.2",
@@ -4206,7 +4204,6 @@
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"devOptional": true,
"license": "Apache-2.0",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"