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') {