Commit 93e2f45f authored by Muhammadali's avatar Muhammadali

update verison 0.2.6

parent 67dbe57a
{
"name": "boxdialer",
"version": "0.2.5",
"version": "0.2.6",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -370,11 +370,7 @@ export class BoxDialer {
const { item } = event.getData();
const dialog = event.getTarget();
const selectedItems = dialog.getSelectedItems();
console.log(
`item: ${item}| `,
`selectedItems: ${selectedItems}| `,
'select items',
);
console.log(item, 'select item');
},
},
});
......
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