From e9addee20e57bf50a38686326347f594a08a2186 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Tue, 9 Jan 2024 11:44:38 +0100 Subject: [PATCH] fix: updated comment --- src/config/Slate/Link/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Slate/Link/index.js b/src/config/Slate/Link/index.js index 031375ccb..eaa1813ea 100644 --- a/src/config/Slate/Link/index.js +++ b/src/config/Slate/Link/index.js @@ -79,7 +79,7 @@ const LinkEditor = (props) => { editor.selection = newSelection; editor.savedSelection = newSelection; } catch (e) { - //when no link was setted yet, and you clear the select item to link + //do nothing when no link was setted yet, and you clear the select item to link } }} onOverrideContent={(c) => {