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