feat(event-binder.js): Signaturkomponente hinzugefügt, um die Animationen in der Fortschrittsleiste der Signatur zu behandeln

- Befehl zum Erhöhen der Anzahl von Signaturen unter der createAnnotationFrameBlob-Methode in annotation.js hinzugefügt

- Vorzeichenbehafteter Befehl zum Nullsetzen der Zählung unter RESET-case der handleClick-Methode in app.js hinzugefügt
This commit is contained in:
Developer 02
2024-09-25 14:03:05 +02:00
parent 84fa9e6e7c
commit 9ce5af7cd0
6 changed files with 23 additions and 4 deletions

View File

@@ -73,7 +73,7 @@
<div class="progress-container">
<div class="progress"></div>
<span class="progress-text">
<span class="nOfSigned">0</span>/@signatureCount Unterschriften
<span id="signed-count">0</span>/@signatureCount Unterschriften
</span>
</div>
</div>