vue-multipane
vue-multipane copied to clipboard
Resizable split panes for Vue.js.
Please merge this fix.
I have highchart inside of pane, and when click on it, there error raised with text: TypeError: t.className.match is not a function because t is path element and it's className...
I want to trigger paneresizestart but its not working ` import Vue from 'vue'; import iframeResize from 'iframe-resizer/js/iframeResizer'; import { Multipane, MultipaneResizer } from 'vue-multipane'; // import DetailsCode from './detailsCode.vue'...
when click the svg element,throw Error: resizer.className.match is not a function ```javascript console.info(resizer.className) SVGAnimatedString {baseVal: "", animVal: ""} ```
If the `div` in the middle is set to autosize, move `` will resize its next sibling
I am trying to customize my resizer by adding icons as visual indicators. This works surprisingly well, but when the icons are clicked on, nothing happens - the resize doesn't...
I tried provided demo on touch devices and I could not be able to resize the panes using fingers/touch drag. Touch support or fix would be appreciated. Thanks
It seems that text causes scaling issues. When there is a fair amount of text the resizer jumps back to where it likes to be, instead of where I want...
Hi, it could be possible to save new size chosen by user, and restore it when user reenter on website? Thanks
Maybe I'm crazy, but `layout=vertical` to me implies that the panels will stack from top to bottom. The opposite seems to be the case.