Remove unused className on OutlinePanel
This commit is contained in:
parent
4de899b2ae
commit
efc33d4989
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ const OutlinePanel: React.FC<{}> = () => {
|
|||
|
||||
return (
|
||||
<Container
|
||||
className="cont"
|
||||
pin={pin || show}
|
||||
onMouseEnter={() => {
|
||||
isOutlinePanelHoveredB.set(true)
|
||||
|
|
Loading…
Reference in a new issue