Commit c75d6f08 authored by Muhammadali's avatar Muhammadali

update-

parent 51bc473e
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.8.6", "version": "2.8.7",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -24,7 +24,7 @@ const CallHistoryInputDropdown = ({ ...@@ -24,7 +24,7 @@ const CallHistoryInputDropdown = ({
useEffect(() => { useEffect(() => {
if (call_history.length) { if (call_history.length) {
elem.scrollTop = elem.scrollHeight - numberSelectHistory * 34; elem.scrollTop = elem.scrollHeight - numberSelectHistory * 50;
} }
}, [numberSelectHistory]); }, [numberSelectHistory]);
......
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