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

Removing surfacing of the textAreaDomNode on ICodeEditor #232957

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aiday-mar
Copy link
Contributor

Recently I have added the method getTextAreaDomNode on the ICodeEditor interface.
This can now be accessed by all the users of the ICodeEditor.
The only instance where this is needed is in the clipboard.ts file.
So instead in this PR I directly fetch the text area.

@aiday-mar aiday-mar self-assigned this Nov 4, 2024
@aiday-mar aiday-mar marked this pull request as ready for review November 4, 2024 10:37
@aiday-mar aiday-mar enabled auto-merge (squash) November 4, 2024 10:37
@vs-code-engineering vs-code-engineering bot added this to the November 2024 milestone Nov 4, 2024
@aiday-mar aiday-mar marked this pull request as draft November 4, 2024 11:16
auto-merge was automatically disabled November 4, 2024 11:16

Pull request was converted to draft

@aiday-mar
Copy link
Contributor Author

Will check if this is necessary

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.

1 participant