splitpanes icon indicating copy to clipboard operation
splitpanes copied to clipboard

resize splitpanes when user resize window screen

Open kyrylo93 opened this issue 3 years ago • 1 comments

Hello, I have a problem, maybe somebody can help me.

I have two panes, [][], one with text on the left and an image on the right

when the user resizes splitpanes by splitter I compute the available width and truncate text on the left 'image.....next.png'

The problem is that resize event doesn't catch when the user resizes the screen or opens the console (yes, I have such a requirement). I tried to call different methods using ref logic, didn't help, also tried to update the key on splitpanes component.

kyrylo93 avatar May 19 '22 11:05 kyrylo93

Is your problem fixed?

andyesfly avatar Oct 17 '24 09:10 andyesfly