Commit b319fd83 authored by Muhammadali's avatar Muhammadali

update version: 0.4.9

parent 0c66431e
{
"name": "boxdialer",
"version": "0.4.8",
"version": "0.4.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -371,8 +371,9 @@ export class BoxDialer {
const dialog = event.getTarget();
const selectedItems = dialog.getSelectedItems();
console.log(item.customData.get('ufPhoneInner'), 'dsadsad');
// this.transferButtonClick();
if (item.customData.get('ufPhoneInner')) {
this.transferButtonClick();
}
},
get 'Item:onSelect'() {
return this['_Item:onSelect'];
......
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