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

fix: Fix CTRL+X in CSS editor #1147

Merged
merged 2 commits into from
Jun 9, 2023
Merged

Conversation

NiedziolkaMichal
Copy link
Member

Fixes #1139

Special copy and cut actions are no longer needed, because they are handled by codemirror, just like in other editors. I have also moved the call of addCSSEditorEventListeners from register which is called by all editor types, to the init function of css editor.

@github-actions
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

@queengooborg queengooborg merged commit 7b7ad44 into mdn:main Jun 9, 2023
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 this pull request may close these issues.

CSS editor: ctrl-X ctrl-V doesn't work
2 participants