Skip to content

Commit 7ef87a5

Browse files
VolodymyrBgAniket-Engg
authored andcommitted
Update vertical-icons-context-menu.tsx
1 parent fb956f9 commit 7ef87a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function closeOtherPlugins(exceptName: string, verticalIconPlugin: any) {
111111
Object.keys(icons).forEach((iconName) => {
112112
const icon = icons[iconName]
113113
if (iconName !== exceptName && icon.active) {
114-
verticalIconPlugin.toggle(iconName)
114+
verticalIconPlugin.call('manager', 'togglePlugin', iconName)
115115
}
116116
})
117117
}

0 commit comments

Comments
 (0)