Commit 67dbe57a authored by Muhammadali's avatar Muhammadali

update verison: 0.2.5

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