daily-code
daily-code copied to clipboard
fix: searchdialog - undefined scroll ref
PR Fixes:
-
Undefined scrollableContainerRef: The code previously referenced a variable named scrollableContainerRef for scrolling functionality, but it wasn't defined. I fixed that by defining it.
-
Resolves: #351
-
Now website is working fine & error has gone
Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I assure you there is no similar/duplicate pull request regarding the same issue