Add behavior attr panel basic props editer
This commit is contained in:
@@ -62,7 +62,7 @@ class BehaviorPicker extends Component<IBehaviorPickerProps & IMixinSettingProps
|
||||
|
||||
return <>
|
||||
<div className="behavior-picker-line-color-view">
|
||||
<div style={{ borderLeft: `10px solid ${behavior.color}` }}/>
|
||||
<div style={{ borderLeft: `10px solid rgb(${behavior.color.join(",")})` }}/>
|
||||
</div>
|
||||
<div
|
||||
className="behavior-picker-line-icon-view"
|
||||
|
||||
Reference in New Issue
Block a user