Commit e068ef23 authored by Muhammadali's avatar Muhammadali

update-

parent 8a4df9df
{
"name": "boxdialer",
"version": "3.1.2",
"version": "3.1.3",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -78,13 +78,6 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
setWsphonedata(result);
};
useEffect(() => {
window.document.body.addEventListener('keydown', function (e) {
e = e || event;
alert(e.keyCode);
e.preventDefault ? e.preventDefault() : (e.returnValue = false);
});
}, []);
const selectWidjetType = (type) => {
switch (type) {
case 'bxmini':
......
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