Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
wenincode authored and chris-hut committed Oct 16, 2023
1 parent 42a9f03 commit bbedb3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/packages/consul-ui/app/modifiers/on-outside.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default class OnOutsideModifier extends Modifier {

@action
listen(e) {
debugger;
if (this.element && this.dom.isOutside(this.element, e.target)) {
const dispatch = typeof this.params[1] === 'function' ? this.params[1] : (_) => {};
dispatch.apply(this.element, [e]);
Expand Down

0 comments on commit bbedb3f

Please sign in to comment.