Commit fe454ed6 authored by Muhammadali's avatar Muhammadali

update-

parent ed73a152
{
"name": "boxdialer",
"version": "4.5.9",
"version": "4.6.0",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -44,7 +44,7 @@ const CallHistoryInputDropdown = ({
console.log('input_modal: ', modal, numberSelectHistory);
document.querySelector('body').addEventListener('click', function (e) {
console.log('body_clicked_2: ', e);
if (modal) setModal(false);
});
return (
<Block>
......@@ -74,11 +74,11 @@ const CallHistoryInputDropdown = ({
))}
</ModalDropDown.Inset>
</ModalDropDown>
<ModalDropDown.FullWindow
{/* <ModalDropDown.FullWindow
id='full-size'
visiblevalue={modal}
onClick={() => setModal(!modal)}
/>
/> */}
</>
)}
</Block>
......
......@@ -20,8 +20,8 @@ const ModalPhoneNumpadStyle = styled.div`
${({ hiddenValue, position, variant }) =>
hiddenValue
? boxDialerWidjetPosition[variant][position].numpad.hidden
: boxDialerWidjetPosition[variant][position].numpad
.seen} /* border-radius: 20px; */
: boxDialerWidjetPosition[variant][position].numpad.seen}
border-radius: 20px;
padding: 15px;
display: grid;
grid-template-rows: 40px 1fr;
......
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