-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust the tooltip performance (see #7687)
Description ----------- Fixes #7685 PR aims to change how the tooltip controller works 1. Only observing tooltip changes 2. Using Set instead of an array for faster access (Unsure if we could use WeakSet due to garbage collection) /cc @m-vo can be tested on the current `5.x` with https://github.com/zoglo/contao/tree/fix/stimulus-tooltip Commits ------- e9b380b8 Adjust tooltip performance f9ce10cc Rebuild the assets / trigger the actions
- Loading branch information
Showing
5 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"backend.js": "/bundles/contaocore/backend.0f61cbcb.js" | ||
"backend.js": "/bundles/contaocore/backend.3db086cc.js" | ||
} |