Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhulen committed May 24, 2024
1 parent 0eacb73 commit c7dca82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/ManagementPortal/directives/createChipOnBlur.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const createChipOnBlur = {
const input = el.querySelector('input');
if (input) {
input.addEventListener('blur', () => {
console.info('create-chip-on-blur directive blur event');
const value = input.value.trim();

if (value) {
Expand Down

0 comments on commit c7dca82

Please sign in to comment.