[fix]: Fix typo in shapeType declaration (#1747)
Fix minor typo error in shapeType declaration **Change Type** - [x] `patch` **Test Plan** - [x] Unit Tests - [ ] End to end tests **Release Notes** Fix typo Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
This commit is contained in:
parent
789b1d1ac6
commit
f1f706f0b6
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ export class ArrowShapeTool extends StateNode {
|
|||
static override initial = 'idle'
|
||||
static override children = () => [Idle, Pointing]
|
||||
|
||||
overrideshapeType = 'arrow'
|
||||
override shapeType = 'arrow'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue