Skip to content

Commit 9b08d5b

Browse files
author
Bastian Jakobs
committed
docs: update changelog with tooltip directive performance improvements
1 parent 6d76ff0 commit 9b08d5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Fixed
11-
- fix: store reference to original element instead of cloning it in tooltip directive
11+
- **Tooltip Directive Performance**: Improved directive implementation by storing a reference to the original element instead of cloning it
12+
- Fixes issue where event listeners (like `@click`) and other Vue bindings on the trigger element were not working correctly due to cloning losing the original element's reactive bindings
1213

1314
## [1.1.7] - 2025-10-20
1415

0 commit comments

Comments
 (0)