Skip to content

Commit bde6219

Browse files
ioedeveloperAniket-Engg
authored andcommitted
Only show highlight for pinned-panel
1 parent 2a49f55 commit bde6219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/remix-ide/src/app/components/pinned-panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class PinnedPanel extends AbstractPanel {
7373

7474
render() {
7575
return (
76-
<section className='panel pinned-panel highlight'> <PluginViewWrapper plugin={this} /></section>
76+
<section className='panel pinned-panel'> <PluginViewWrapper plugin={this} /></section>
7777
)
7878
}
7979

libs/remix-ui/panel/src/lib/plugins/panel-plugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const RemixUIPanelPlugin = (props: panelPLuginProps, panelRef: any) => {
4343
}, [])
4444

4545
useEffect(() => {
46-
setShowHighlight(true)
46+
if (props.highlightStamp) setShowHighlight(true)
4747
}, [props.highlightStamp])
4848

4949
useEffect(() => {

0 commit comments

Comments
 (0)