Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

우측 Alt 키를 누르고 도형을 복사하면 이벤트가 취소되지 않는 문제 #58

Open
intaek-h opened this issue Jul 25, 2022 · 0 comments

Comments

@intaek-h
Copy link
Owner

if (e.code === "AltLeft") {

keydown 이벤트에는 e.altkey 라고 돼있는데, keyup 이벤트에는 e.code === 'AltLeft' 라고 되어 있어서 우측 alt 키를 누르고 복사하면 alt 키를 떼도 계속 복사할 수 있게 된다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant