Skip to content

Commit

Permalink
Update moveableWidget.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored Dec 20, 2024
1 parent 0eda551 commit 0b0d222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class="removeWidget"
leantime.widgetController.resizeWidget(gridItem);
})
jQuery('#removeWidget').on('click', function(e) {
jQuery('.removeWidget').on('click', function(e) {
// const gridItem = jQuery(this).closest('.grid-stack-item')[0];
leantime.widgetController.toggleWidgetVisibility();
});
Expand Down

0 comments on commit 0b0d222

Please sign in to comment.