Fix tests regression from Vertical and property scale removal from symbol
This commit is contained in:
parent
2772cc3e24
commit
cc36ff3411
3 changed files with 3 additions and 2 deletions
|
@ -80,7 +80,6 @@ export function SVG(props: ISVGProps): JSX.Element {
|
|||
case SelectorMode.Symbols:
|
||||
return <SelectorSymbol
|
||||
symbols={symbols}
|
||||
scale={scale}
|
||||
selected={selectedSymbol}
|
||||
/>;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue