Skip to content

Commit c07c3e9

Browse files
authored
Update fast-search-card.js
1 parent 7d45988 commit c07c3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/fast-search-card.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7672,7 +7672,7 @@ class FastSearchCard extends HTMLElement {
76727672
// Close after success
76737673
setTimeout(() => {
76747674
this.closeTimeSelection(timeContainer, parentContainer);
7675-
this.(item.id); // Refresh timer list
7675+
this.loadActiveTimers(item.id); // ← KORRIGIERT
76767676
}, 1000);
76777677

76787678
} catch (error) {
@@ -7686,7 +7686,7 @@ class FastSearchCard extends HTMLElement {
76867686

76877687
// ✅ NEU: Timer Liste neu laden nach Erfolg
76887688
setTimeout(() => {
7689-
this.(item.id);
7689+
this.loadActiveTimers(item.id); // ← KORRIGIERT
76907690
}, 400); // Warten bis Animation fertig
76917691

76927692
}, 1000);

0 commit comments

Comments
 (0)