Skip to content

Commit

Permalink
chore: build v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pgbross committed Oct 25, 2021
1 parent a3451ca commit becb2af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/vue-material-adapter.amd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-material-adapter.cjs.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/vue-material-adapter.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3614,7 +3614,8 @@ var script$m = {
foundation.setIsHoisted(isHoisted);
};
const hoistMenuToBody = () => {
document.body.append(uiState.root.remove());
uiState.root.remove();
document.body.append(uiState.root);
setIsHoisted(true);
};
const setFixedPosition = (isFixed) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-material-adapter",
"version": "4.0.1",
"version": "4.0.2",
"description": "Vue 3 wrapper arround Material Components for the Web",
"keywords": [
"vue",
Expand Down

0 comments on commit becb2af

Please sign in to comment.