fix: backspace can't move to previous block if it's a embed block

This commit is contained in:
Tienson Qin
2021-11-16 16:22:49 +08:00
parent ce5a34f14e
commit 0c8110f209
3 changed files with 21 additions and 3 deletions

View File

@@ -2171,6 +2171,9 @@
(or reference? embed?)
(assoc :data-transclude true)
embed?
(assoc :data-embed true)
custom-query?
(assoc :data-query true))