Skip to content

Update @types/codemirror to match the one in latest easymde #186

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

Merged
merged 1 commit into from
Jan 18, 2022

Conversation

thgreasi
Copy link
Contributor

No description provided.

@@ -67,46 +62,7 @@ export type IndexEventsSignature = {
export interface SimpleMdeToCodemirrorEvents
extends CopyEvents,
GlobalEvents,
IndexEventsSignature {
change?: (instance: Editor, changeObj: EditorChangeLinkedList) => void;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Replaced redefining all these events w/ just relying on the EditorEventMap interface that the new codemirror types export.

@thgreasi thgreasi force-pushed the update-codemirror-types branch from 343a696 to 7a0d272 Compare January 17, 2022 13:42
@RIP21 RIP21 merged commit 61bcbd7 into RIP21:master Jan 18, 2022
@thgreasi thgreasi deleted the update-codemirror-types branch January 18, 2022 19:20
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.

2 participants