Skip to content
Snippets Groups Projects
Commit 73c9fec3 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Remove console.log

parent f414161f
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,6 @@ class PersonSelect extends VPULitElementJQuery { ...@@ -39,7 +39,6 @@ class PersonSelect extends VPULitElementJQuery {
// the 500ms delay is a workaround to actually get an item selected when clicking on it, // the 500ms delay is a workaround to actually get an item selected when clicking on it,
// because the blur gets also fired when clicking in the selector // because the blur gets also fired when clicking in the selector
setTimeout(() => {that.$select.select2('close')}, 500); setTimeout(() => {that.$select.select2('close')}, 500);
console.log("blur");
}); });
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment