Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Sep 19, 2024
1 parent 8ab1b95 commit 5137c6f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dev/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,11 @@
};

dashboard.addEventListener('dashboard-item-moved', (e) => {
console.log('dashboard-item-moved');
console.log('items after reorder', e.target.items);
console.log('dashboard-item-moved', e.detail);
});

dashboard.addEventListener('dashboard-item-resized', (e) => {
console.log('dashboard-item-resized');
console.log('item after resize', e.detail);
console.log('dashboard-item-resized', e.detail);
});

dashboard.addEventListener('dashboard-item-removed', (e) => {
Expand Down

0 comments on commit 5137c6f

Please sign in to comment.