diff --git a/src/components/editor-page/splitter/__snapshots__/splitter.test.tsx.snap b/src/components/editor-page/splitter/__snapshots__/splitter.test.tsx.snap
index 3d1dbdcfb..80a5330e4 100644
--- a/src/components/editor-page/splitter/__snapshots__/splitter.test.tsx.snap
+++ b/src/components/editor-page/splitter/__snapshots__/splitter.test.tsx.snap
@@ -20,7 +20,7 @@ exports[`Splitter can render both panes 1`] = `
/>
right
@@ -41,7 +41,7 @@ exports[`Splitter can render only the left pane 1`] = `
left
right
@@ -62,7 +62,7 @@ exports[`Splitter can render only the right pane 1`] = `
left
right
@@ -91,7 +91,7 @@ exports[`Splitter resize can change size with mouse 1`] = `
/>
right
@@ -120,7 +120,7 @@ exports[`Splitter resize can change size with mouse 2`] = `
/>
right
@@ -149,7 +149,7 @@ exports[`Splitter resize can change size with mouse 3`] = `
/>
right
@@ -178,7 +178,7 @@ exports[`Splitter resize can change size with mouse 4`] = `
/>
right
@@ -207,7 +207,7 @@ exports[`Splitter resize can change size with touch 1`] = `
/>
right
@@ -236,7 +236,7 @@ exports[`Splitter resize can change size with touch 2`] = `
/>
right
@@ -265,7 +265,7 @@ exports[`Splitter resize can change size with touch 3`] = `
/>
right
@@ -294,7 +294,7 @@ exports[`Splitter resize can change size with touch 4`] = `
/>
right
diff --git a/src/components/editor-page/splitter/splitter.tsx b/src/components/editor-page/splitter/splitter.tsx
index b7d0df2bd..9904cb30a 100644
--- a/src/components/editor-page/splitter/splitter.tsx
+++ b/src/components/editor-page/splitter/splitter.tsx
@@ -126,7 +126,7 @@ export const Splitter: React.FC = ({
{right}