Commit 89319406 authored by Muhammadali's avatar Muhammadali

update-

parent 27b19ad3
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.8.1", "version": "2.8.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -22,9 +22,9 @@ const CallHistoryInputDropdown = ({ ...@@ -22,9 +22,9 @@ const CallHistoryInputDropdown = ({
setModal(false); setModal(false);
}; };
useEffect(() => { // useEffect(() => {
elem?.scrollTop = elem?.scrollHeight - numberSelectHistory * 34; // elem.scrollTop = elem.scrollHeight - numberSelectHistory * 34;
}, [numberSelectHistory]); // }, [numberSelectHistory]);
return ( return (
<Block> <Block>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment