Skip to content

Commit

Permalink
remove stopPropagation
Browse files Browse the repository at this point in the history
  • Loading branch information
Barma-lej committed Oct 26, 2024
1 parent 59a1789 commit d026c39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helpers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Helpers file

export const stopPropagation = (ev) => ev.stopPropagation();

/**
* Checks if a value is an object.
* @param {*} value The value to check.
Expand Down

0 comments on commit d026c39

Please sign in to comment.