-
```
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, …
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-split-pane@0.1.92` for the project I'm working …
-
I got this error:
```Property or method "resize" is not defined on the instance but referenced during render.
Make sure that this property is reactive, either in the data option, or for class-based…
-
Pane resizing doesn't work when the component is mounted in external window (`ReactDOM.createPortal()` +`window.open()`).
That's because SplitPane is listening for `mouseup`/`mousemove`/`touchmove` o…
cimak updated
5 years ago
-
```
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, …
-
Hi, getting this error...
```
> Using svelte-adapter-github
> builder.prerender() has been removed. Prerendering now takes place in the build phase — see builder.prerender and builder.writePrer…
-
```
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, …
-
```
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…
-
```
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…
-
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…