fix(consentsoftware-toggle): Fix issue in drag event handling logic for the toggle component.

This commit is contained in:
2025-01-16 02:59:10 +01:00
parent 48a5b96b2a
commit 26fd75b8ae
3 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-01-16 - 1.4.1 - fix(consentsoftware-toggle)
Fix issue in drag event handling logic for the toggle component.
- Corrected dragging functionality to accurately track dragging state.
- Included logic to delay the reset of the dragging state after toggling.
## 2025-01-16 - 1.4.0 - feat(toggle component)
Enhanced consent toggle component with drag functionality