nebular
nebular copied to clipboard
fix(overlay-trigger): performance lag after repeat in loop
Please read and mark the following check list before creating a pull request:
- [x] I read and followed the CONTRIBUTING.md guide.
- [x] I read and followed the New Feature Checklist guide.
Short description of what this resolves:
Closes #1467
- reduce memory usage in
NbClickTriggerStrategyandNbFocusTriggerStrategy
ISSUE: NbTriggerStrategyBase doesn't work as expected. It should fire hide$ when document is clicked.
any updates on this PR?
Some update on this? Performance within a loop is really hell. :D
Anyone still working on this? We need it quite urgent 😃
Can we implement a wrapper library over Nebular and create our own overlay component to patch this? I'm thinking that this is the only way right now.