Skip to content

Commit

Permalink
Remove debug console.info
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Antonen committed Oct 30, 2024
1 parent 7b94075 commit 6d3797e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/entry.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ export default {
if (onOpen) ms.$refs.list.scrollTop = 0;
const fromBottom = (window.innerHeight || document.documentElement.clientHeight) - bottom;
console.info(fromBottom);
ms.$refs.list.style.position = 'absolute';
ms.$refs.list.style.width = `${el.clientWidth + 1}px`;
Expand Down

0 comments on commit 6d3797e

Please sign in to comment.