-
Heya! I have an issue, where I have defined a size of 20 and a min size of 15 for a pane, but whenever I try and drag the pane beyond under the min size, it is allowed to.
It feels like there is so…
-
```
my-app/node_modules/react-split-pane/index.d.ts
(53,1): An export assignment cannot be used in a module with other exported elements.
```
First, I've got this error on my existing app, which…
-
If the Exercise.splitPane is moved to grow the area in pseudocodeEditorPane, then the area does not shrink if the splitPane is moved back, and the scrollbar acts over more area.
Known issue with JEdi…
-
`
-
```
It would be convenient to make the iframeOverlay use optional.
In my case, as I don't use iframes, I have no need for it, but it
causes me problems.
I'm trying to put a SplitPane inside a Dialog, …
-
```
It would be convenient to make the iframeOverlay use optional.
In my case, as I don't use iframes, I have no need for it, but it
causes me problems.
I'm trying to put a SplitPane inside a Dialog, …
-
#### Describe the bug
Though I am passing `resizerStyle` as part Splitpane, however its not reflecting at Resizer component. I believe its using the default styling object.
Code Snippet:
`
…
-
```
Change the content of one of the panes in the split pane demo so that the
container has a horizontal scroll bar.
You will see that the scroll bar height is deduced twice. This is because of a
b…
-
I am trying to use the SplitPanes with react 15.2.1
Its working great, I only faced the issue that the pane that is set to be the secondary pane of a horizontal SplitPane, would not resize to its ful…
-
# Description of the new feature/enhancement
`duplicateTab` and `newTab` are two different actions whereas `splitPane` accomplishes the functionality of both "duplicate my current pane" and "open a…