Tutorial: Spotlight ausblenden bei Modal-Oeffnung in Schritt 3

Dieser Commit ist enthalten in:
Claude Dev
2026-03-23 21:52:17 +01:00
Ursprung c6b154dbba
Commit 69922b0566

Datei anzeigen

@@ -561,7 +561,9 @@ const Tutorial = {
Tutorial._stepTimeout(function() {
var overlay = document.getElementById('modal-new');
if (overlay && !overlay.classList.contains('active')) overlay.classList.add('active');
// Bubble auf Modal umpositionieren nach Oeffnung
// Spotlight ausblenden - Modal hat eigene Abdunkelung
Tutorial._els.spotlight.style.opacity = '0';
// Bubble auf Modal umpositionieren
Tutorial._stepTimeout(function() {
var modal = document.querySelector('#modal-new .modal');
if (modal) {