Skip to content

Commit

Permalink
fix: set correct priority when extending extensions, fix #1288
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed May 9, 2021
1 parent bf50af4 commit b4e2b6f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/core/src/Extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ export class Extension<Options = any> {

config: ExtensionConfig = {
name: this.name,
priority: 100,
defaultOptions: {},
}

Expand Down
1 change: 0 additions & 1 deletion packages/core/src/Mark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ export class Mark<Options = any> {

config: MarkConfig = {
name: this.name,
priority: 100,
defaultOptions: {},
}

Expand Down
1 change: 0 additions & 1 deletion packages/core/src/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ export class Node<Options = any> {

config: NodeConfig = {
name: this.name,
priority: 100,
defaultOptions: {},
}

Expand Down

0 comments on commit b4e2b6f

Please sign in to comment.