Skip to content

Commit

Permalink
Solved compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sertxudev committed Jul 5, 2022
1 parent 2c85c08 commit a4e11ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sertxudeveloper/markdown-editor",
"exportName": "MarkdownEditor",
"version": "0.2.0",
"version": "0.2.1",
"description": "A customizable markdown editor for your projects",
"main": "./build/MarkdownEditor.js",
"module": "./build/MarkdownEditor.js",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/mentions/Mentions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type Mention = {

export default class Mentions extends Plugin {

feeds: [MentionFeed];
feeds: MentionFeed[];

debouncedHandler = debounce(this.handleMentions, 100);

Expand Down

0 comments on commit a4e11ca

Please sign in to comment.