8000 feat(graffiti: CtrlZ): Added script for basic keyboard support in graffiti by ZAZiOs · Pull Request #1314 · OpenVK/openvk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(graffiti: CtrlZ): Added script for basic keyboard support in graffiti #1314

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ZAZiOs
Copy link
Contributor
@ZAZiOs ZAZiOs commented May 22, 2025

Добавил поддержку CTRL+Z для отмены действия и CTRL+SHIFT+Z или CTRL+Y для повтора действия в редакторе граффити.

@WerySkok WerySkok added this to OpenVK May 22, 2025
@github-project-automation github-project-automation bot moved this to В процессе in OpenVK May 22, 2025
@WerySkok WerySkok moved this from В процессе to Доделать in OpenVK May 25, 2025
@WerySkok WerySkok moved this from Доделать to В процессе in OpenVK May 25, 2025
Copy link
Member
@veselcraft veselcraft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

самнительнааа ну окэй

const undoBtn = document.querySelector(".lc-undo")

if (e.ctrlKey && undoBtn && redoBtn) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undoBtn && redoBtn
а вот это зачем

}
}
})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

где new line в конце файла?

@mrilyew mrilyew changed the title feat(grafity-CtrlZ): Added script for basic keyboard support in grafity feat(graffiti: CtrlZ): Added script for basic keyboard support in graffiti May 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: В процессе
Development

Successfully merging this pull request may close these issues.

2 participants
0