mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-27 00:54:22 +02:00
fix: typo (#3281)
This commit is contained in:
committed by
Ian Storm Taylor
parent
1141f59f4f
commit
a234667935
@@ -52,7 +52,7 @@ export const deserialize = el => {
|
|||||||
let parent = el
|
let parent = el
|
||||||
|
|
||||||
if (
|
if (
|
||||||
el.nodeNode === 'PRE' &&
|
nodeName === 'PRE' &&
|
||||||
el.childNodes[0] &&
|
el.childNodes[0] &&
|
||||||
el.childNodes[0].nodeName === 'CODE'
|
el.childNodes[0].nodeName === 'CODE'
|
||||||
) {
|
) {
|
||||||
|
Reference in New Issue
Block a user