From 0bde3362269caf657f9f2ce9c1cb28bea1f18520 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Mon, 31 Jul 2023 22:20:27 -0500 Subject: [PATCH] move all pointer events to divider, not splitPane --- shared/naturalcrit/splitPane/splitPane.jsx | 4 ++-- shared/naturalcrit/splitPane/splitPane.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/naturalcrit/splitPane/splitPane.jsx b/shared/naturalcrit/splitPane/splitPane.jsx index df8d940b0..4281b0dad 100644 --- a/shared/naturalcrit/splitPane/splitPane.jsx +++ b/shared/naturalcrit/splitPane/splitPane.jsx @@ -125,7 +125,7 @@ const SplitPane = createClass({ renderDivider : function(){ return <> {this.renderMoveArrows()} -
+
@@ -136,7 +136,7 @@ const SplitPane = createClass({ }, render : function(){ - return
+ return