From ba6342d3d2398606f7c2490a92a15546e49df198 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 26 Aug 2020 07:53:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=B0=E5=BB=BA=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E5=85=89=E6=A0=87=E9=87=8D=E5=AE=9A=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/admin/post/create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/admin/post/create.html b/view/admin/post/create.html index 661233c..996490a 100644 --- a/view/admin/post/create.html +++ b/view/admin/post/create.html @@ -301,7 +301,7 @@ }); quill.on('text-change', function (delta, oldDelta, source) { - + currentRange.index = delta.ops[0].retain if (source == 'api') { console.log("An API call triggered this change."); } else if (source == 'user') {