You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's possible to maximise the panel after a splitter by double clicking on it. However, this is not necessarily the behaviour one would generally expect.
For example, I'd like to be able to reset the initial size of the panes when double clicking on the splitter.
As another example, one may want to maximise the pane before the splitter - as already mentioned in the docs:
You can also double click a splitter to maximize the next pane! (First pane splitter will be an option soon)
Other users may want to implement other custom behaviour, see e.g. #181.
These issues could all be solved by simply emitting the double-click event and let the user handle it how they like.
The text was updated successfully, but these errors were encountered:
Currently it's possible to maximise the panel after a splitter by double clicking on it. However, this is not necessarily the behaviour one would generally expect.
For example, I'd like to be able to reset the initial size of the panes when double clicking on the splitter.
As another example, one may want to maximise the pane before the splitter - as already mentioned in the docs:
Other users may want to implement other custom behaviour, see e.g. #181.
These issues could all be solved by simply emitting the double-click event and let the user handle it how they like.
The text was updated successfully, but these errors were encountered: