Commit c75d6f08 authored by Muhammadali's avatar Muhammadali

update-

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