1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +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>
<block>
one
<inline>two</inline>
four
<cursor />
<inline>twofour
<cursor /></inline>
three
</block>
</editor>