From c44d1734526d46db829a091afeb92b4555240893 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Thu, 18 Nov 2021 22:36:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=AD=97=E4=BD=93=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 13 +++++ src/editor/core/command/Command.ts | 8 ++- src/editor/core/command/CommandAdapt.ts | 9 ++++ src/editor/core/range/RangeManager.ts | 4 ++ src/editor/interface/Listener.ts | 1 + src/main.ts | 17 ++++++- src/style.css | 65 +++++++++++++++++++++++++ 7 files changed, 115 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0f14722..dcd4e3a 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,19 @@