We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb956f9 commit 7ef87a5Copy full SHA for 7ef87a5
libs/remix-ui/vertical-icons-panel/src/lib/vertical-icons-context-menu.tsx
@@ -111,7 +111,7 @@ function closeOtherPlugins(exceptName: string, verticalIconPlugin: any) {
111
Object.keys(icons).forEach((iconName) => {
112
const icon = icons[iconName]
113
if (iconName !== exceptName && icon.active) {
114
- verticalIconPlugin.toggle(iconName)
+ verticalIconPlugin.call('manager', 'togglePlugin', iconName)
115
}
116
})
117
0 commit comments