Skip to content

Commit 075bd86

Browse files
VolodymyrBgAniket-Engg
authored andcommitted
Update remix-ui-vertical-icons-panel.tsx
1 parent fbf4248 commit 075bd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const RemixUiVerticalIconsPanel = ({ verticalIconsPlugin, icons }: RemixUiVertic
114114
const closeOtherPlugins = (exceptName: string) => {
115115
icons.forEach((icon) => {
116116
if (icon.profile.name !== exceptName && icon.active) {
117-
verticalIconsPlugin.toggle(icon.profile.name)
117+
verticalIconsPlugin.call('manager', 'togglePlugin', icon.profile.name)
118118
}
119119
})
120120
}

0 commit comments

Comments
 (0)