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

Помилка в перекладі підстатті "Обробка подій" #288

Closed
Yudzhyn opened this issue Jan 9, 2024 · 1 comment · Fixed by #289
Closed

Comments

@Yudzhyn
Copy link

Yudzhyn commented Jan 9, 2024

Посиллання на статтю

<!-- це спрацює лише тоді, коли не натиснуто Ctrl і жодних інших клавіш -->
<button @click.ctrl.exact="onCtrlClick">A</button>

Думаю що тут мало б бути:
<!-- це спрацює лише тоді, коли натиснуто Ctrl і жодних інших клавіш -->

Англійський переклад:
<!-- this will only fire when Ctrl and no other keys are pressed -->

matrunchyk added a commit that referenced this issue Jan 9, 2024
@matrunchyk
Copy link
Collaborator

@Yudzhyn дякую за підказку!

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

Successfully merging a pull request may close this issue.

2 participants