imengyu / vue3-context-menu

A very simple context menu component for Vue3 一个简洁美观简单的Vue3右键菜单组件

Home Page:https://docs.imengyu.top/vue3-context-menu-docs/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with using transform

BurnNoticeSpy opened this issue · comments

I had issue settings this up with my GSAP animation library. Once i removed the animation, i got this working very well.

Later on i added a transform: scale(0.95) via javascript and my menu would no longer show. No errors were logged.

So i'm thinking using transform is causing problems. GSAP uses transform as well. But even simple one line doesn't work.

How can i make this work? Can you please confirm for me.

P.s Thanks for the hard work creating this. It's awesome!

The latest version fixed the problem that menu position is incorrect in scaled body, This may help you with your question.

You can update to the latest version. Please refer to the documentation to correct this problem.

Thank you for your question