We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
figmaJSX/src/hooks/useDragShape.js
Line 396 in 91e0634
keydown 이벤트에는 e.altkey 라고 돼있는데, keyup 이벤트에는 e.code === 'AltLeft' 라고 되어 있어서 우측 alt 키를 누르고 복사하면 alt 키를 떼도 계속 복사할 수 있게 된다.
e.altkey
e.code === 'AltLeft'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
figmaJSX/src/hooks/useDragShape.js
Line 396 in 91e0634
keydown 이벤트에는
e.altkey
라고 돼있는데, keyup 이벤트에는e.code === 'AltLeft'
라고 되어 있어서 우측 alt 키를 누르고 복사하면 alt 키를 떼도 계속 복사할 수 있게 된다.The text was updated successfully, but these errors were encountered: