update changelog
This commit is contained in:
parent
e3ec44c011
commit
8249d6d66c
5 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
## 0.0.132
|
||||
|
||||
### TLCore
|
||||
|
||||
- Fix bug with bounds handles.
|
||||
|
||||
## 0.0.131
|
||||
|
||||
### TLCore
|
||||
|
|
|
@ -32,8 +32,6 @@ type E = SVGSVGElement
|
|||
export class ArrowUtil extends TLDrawShapeUtil<T, E> {
|
||||
type = TLDrawShapeType.Arrow as const
|
||||
|
||||
canStyleFill = false
|
||||
|
||||
hideBounds = true
|
||||
|
||||
pathCache = new WeakMap<T, string>()
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue