Skip to content

Commit

Permalink
📦️ Update built files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Mar 27, 2022
1 parent 2b2d108 commit 28d23ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/alpine-autosize.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/alpine-autosize.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/alpine-autosize.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/alpine-autosize.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function Autosize(Alpine) {

const previousMinHeight = el.style.minHeight;
el.style.minHeight = el.getBoundingClientRect().height + 'px';

const handler = (event) => {
const element = event.target;
element.style.height = '4px';
Expand Down

0 comments on commit 28d23ac

Please sign in to comment.