mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
Fix a missing focus in test (#1976)
This commit is contained in:
committed by
Ian Storm Taylor
parent
f83b3114db
commit
715fde4f43
@@ -27,15 +27,19 @@ export const output = (
|
|||||||
<value>
|
<value>
|
||||||
<document>
|
<document>
|
||||||
<paragraph>
|
<paragraph>
|
||||||
<anchor />
|
|
||||||
Some{' '}
|
Some{' '}
|
||||||
<b>
|
<u>
|
||||||
<u>bold</u>
|
<b>
|
||||||
</b>
|
<anchor />
|
||||||
|
bold
|
||||||
|
</b>
|
||||||
|
</u>
|
||||||
<u> and some </u>
|
<u> and some </u>
|
||||||
<i>
|
<u>
|
||||||
<u>ita</u>lic
|
<i>ita</i>
|
||||||
</i>
|
</u>
|
||||||
|
<focus />
|
||||||
|
<i>lic</i>
|
||||||
</paragraph>
|
</paragraph>
|
||||||
</document>
|
</document>
|
||||||
</value>
|
</value>
|
||||||
|
Reference in New Issue
Block a user