diff --git a/lib/components/Input/InputEditor.jsx b/lib/components/Input/InputEditor.jsx
index ccb731e..cf32050 100644
--- a/lib/components/Input/InputEditor.jsx
+++ b/lib/components/Input/InputEditor.jsx
@@ -174,14 +174,16 @@ export default function InputEditor({
}, [ editorView, value ]);
return
-
+
+
+
diff --git a/lib/components/Output/OutputEditor.jsx b/lib/components/Output/OutputEditor.jsx
index c59e6ce..f479f0e 100644
--- a/lib/components/Output/OutputEditor.jsx
+++ b/lib/components/Output/OutputEditor.jsx
@@ -66,16 +66,18 @@ export default function OutputEditor({ value }) {
}, [ editorView, value ]);
return
-