1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 03:32:36 +02:00

Fix test: insert at the end of an inline should _not_ have special behavior

This commit is contained in:
Jim Fisher
2021-10-10 13:15:00 +01:00
parent 8609f2ccac
commit 6619014651

View File

@@ -20,9 +20,8 @@ export const output = (
<editor> <editor>
<block> <block>
one one
<inline>two</inline> <inline>twofour
four <cursor /></inline>
<cursor />
three three
</block> </block>
</editor> </editor>