From fee8c2238f86e427b8285805236a471ecfdea3b3 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Thu, 22 Sep 2022 20:14:15 +0800 Subject: [PATCH] feat:add search navigate result --- index.html | 1 + src/editor/core/command/Command.ts | 8 +++++++- src/editor/core/command/CommandAdapt.ts | 6 +++++- src/editor/core/draw/interactive/Search.ts | 24 ++++++++++++++++++++++ src/editor/index.ts | 4 +++- src/main.ts | 15 ++++++++++++++ src/style.css | 15 ++++++++++---- 7 files changed, 66 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 6925fc4..6edf530 100644 --- a/index.html +++ b/index.html @@ -194,6 +194,7 @@