{
- ;(verticalIconPlugin as any).toggle(name)
- }}
- {...{plugin: name}}
- onContextMenu={(e: any) => {
- e.preventDefault()
- e.stopPropagation()
- handleContextMenu(e)
- }}
- data-id={`verticalIconsKind${name}`}
- id={`verticalIconsKind${name}`}
- ref={iconRef}
+
+ {iconRecord.active &&
}
+
- {
+ ;(verticalIconPlugin as any).toggle(name)
+ }}
+ {...{plugin: name}}
+ onContextMenu={(e: any) => {
+ e.preventDefault()
+ e.stopPropagation()
+ handleContextMenu(e)
+ }}
+ data-id={`verticalIconsKind${name}`}
+ id={`verticalIconsKind${name}`}
+ ref={iconRef}
+ >
+
+
+
+
+ {showContext ? (
+
-
-
-