Conversation
…oggleableManager using prop ESLToggleable.prototype.OUTSIDE_ACTION_DELAY
|
Coverage Impact ⬆️ Merging this pull request will increase total coverage on Modified Files with Diff Coverage (2)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
There was a problem hiding this comment.
Pull request overview
Adds a configurable delay for “outside action” auto-hide behavior in ESLToggleableManager by introducing a new prototype property on ESLToggleable.
Changes:
- Introduced
ESLToggleable.prototype.OUTSIDE_ACTION_DELAY(default10) to configure outside-interaction hide delay. - Updated
ESLToggleableManagerto useel.OUTSIDE_ACTION_DELAYinstead of a hardcoded10msdelay.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/esl/src/esl-toggleable/core/esl-toggleable.ts | Adds new prototype-level configuration property for outside-action hide delay. |
| packages/esl/src/esl-toggleable/core/esl-toggleable-manager.ts | Switches outside-interaction handling to use the new configurable delay. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

No description provided.