Skip to content

Commit

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

protected init() {}
}

0 comments on commit 8daefe1

Please sign in to comment.