1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 16:44:22 +02:00
This commit is contained in:
Ziad Beyens
2019-12-10 00:39:50 +01:00
committed by Ian Storm Taylor
parent 1141f59f4f
commit a234667935

View File

@@ -52,7 +52,7 @@ export const deserialize = el => {
let parent = el
if (
el.nodeNode === 'PRE' &&
nodeName === 'PRE' &&
el.childNodes[0] &&
el.childNodes[0].nodeName === 'CODE'
) {