Skip to content

Commit

Permalink
fix: remove base init method
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 11, 2019
1 parent c8f0d84 commit 7baa405
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/x6/src/handler/handler-base.ts
Expand Up @@ -11,8 +11,5 @@ export abstract class BaseHandler extends Disablable {
constructor(graph: Graph) {
super()
this.graph = graph
this.init()
}

protected init() {}
}

0 comments on commit 7baa405

Please sign in to comment.