From 9681c026adfe4ddd0c8ae158b2f95e76e414df9f Mon Sep 17 00:00:00 2001 From: shuai Date: Mon, 6 May 2024 16:49:33 +0800 Subject: [PATCH] fix: check files license headers --- ui/src/components/Editor/types.ts | 1 + ui/src/components/Mentions/index.tsx | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/components/Editor/types.ts b/ui/src/components/Editor/types.ts index be4d85112..ee16d6b3a 100644 --- a/ui/src/components/Editor/types.ts +++ b/ui/src/components/Editor/types.ts @@ -16,6 +16,7 @@ * specific language governing permissions and limitations * under the License. */ + import { EditorView, Command } from '@codemirror/view'; export interface Position { diff --git a/ui/src/components/Mentions/index.tsx b/ui/src/components/Mentions/index.tsx index a2b87f325..ae5ea2ff6 100644 --- a/ui/src/components/Mentions/index.tsx +++ b/ui/src/components/Mentions/index.tsx @@ -146,8 +146,6 @@ const Mentions: FC = ({ children, pageUsers, onSelected }) => { } }; - console.log('keyCode11111', cursor); - return (