Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #146 from modrinth/fix/popout-pointer-events
Browse files Browse the repository at this point in the history
Fix popout menu pointer events
  • Loading branch information
Prospector authored Nov 15, 2023
2 parents 2006482 + 3f9805a commit fcda489
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/components/base/PopoutMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ onBeforeUnmount(() => {
box-shadow: var(--shadow-floating);
z-index: 10;
opacity: 0;
pointer-events: none;
transition: bottom 0.125s ease-in-out, top 0.125s ease-in-out, left 0.125s ease-in-out,
right 0.125s ease-in-out, opacity 0.125s ease-in-out, scale 0.125s ease-in-out;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.6.7",
"version": "0.6.8",
"files": [
"dist",
"locales"
Expand Down

0 comments on commit fcda489

Please sign in to comment.