From abdf00d2cfc3e26ccef8b892b73edf46ed3a56a1 Mon Sep 17 00:00:00 2001 From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Date: Fri, 12 May 2023 16:39:18 +0530 Subject: [PATCH] fixes: Editor adding slash char while creating block quotes [cw-1505] (#7069) * fixes: Editor adding slash char while creating block quotes [cw-1505] * Update with latest package --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index cd0c7560a..6cdb92044 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2180,7 +2180,7 @@ "@chatwoot/prosemirror-schema@https://github.com/chatwoot/prosemirror-schema.git": version "1.0.0" - resolved "https://github.com/chatwoot/prosemirror-schema.git#3306cdb220797090ce41ea607174e940330177e1" + resolved "https://github.com/chatwoot/prosemirror-schema.git#b937c3cb44210b7d251daf766988758975befec7" dependencies: prosemirror-commands "^1.1.4" prosemirror-dropcursor "^1.3.2"