From e517b04b69e71d4369518a23ee951217befc67d6 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Thu, 23 Mar 2023 22:33:04 +0300 Subject: [PATCH] refactoring and minimize --- src/components/Editor/EditorBubbleMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Editor/EditorBubbleMenu.tsx b/src/components/Editor/EditorBubbleMenu.tsx index 26fd591f..73dfaa0b 100644 --- a/src/components/Editor/EditorBubbleMenu.tsx +++ b/src/components/Editor/EditorBubbleMenu.tsx @@ -1,4 +1,4 @@ -import { createEffect, createSignal, Show } from 'solid-js' +import { Switch, Match, createSignal, Show } from 'solid-js' import type { Editor } from '@tiptap/core' import styles from './EditorBubbleMenu.module.scss' import { Icon } from '../_shared/Icon'