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 (
|
return (
|
||||||
<Container
|
<Container
|
||||||
className="cont"
|
|
||||||
pin={pin || show}
|
pin={pin || show}
|
||||||
onMouseEnter={() => {
|
onMouseEnter={() => {
|
||||||
isOutlinePanelHoveredB.set(true)
|
isOutlinePanelHoveredB.set(true)
|
||||||
|
|
Loading…
Reference in a new issue