From 411eb5be7404d80d72013c7aa557837b7135d6fa Mon Sep 17 00:00:00 2001 From: Silviu Bogan Date: Wed, 30 Sep 2020 16:44:37 +0300 Subject: [PATCH] Add new line between two function definitions --- src/utils/internals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/internals.js b/src/utils/internals.js index 28338d77..e301e335 100644 --- a/src/utils/internals.js +++ b/src/utils/internals.js @@ -15,6 +15,7 @@ export const isPointAtRoot = (point) => point.path.length === 2; export const isRangeAtRoot = (range) => { return isPointAtRoot(range.anchor) || isPointAtRoot(range.focus); }; + /** * The block in a valid Slate document according to our schema can be here * either a Slate block that touches the root or a Slate inline (the other