This pull request provides an alternative API to hide the secondary pane.
Goal of this alternative API is to give users the possibility to avoid re-renders when hiding the secondary pane as described here #43 .
Therefore the new property secondaryHidden is introduced on SplitterLayout, which might be used as an alternative to conditional hiding the secondary pane.
Coverage remained the same at 100.0% when pulling 6c37a836bc9237c97e9d0aa646c2cee3462333cb on sebastianfrey:master into e0e54194071b778d83894179622b9ae1c58b8d34 on zesik:master.
This pull request provides an alternative API to hide the secondary pane.
Goal of this alternative API is to give users the possibility to avoid re-renders when hiding the secondary pane as described here #43 .
Therefore the new property
secondaryHidden
is introduced onSplitterLayout
, which might be used as an alternative to conditional hiding the secondary pane.If something is missing, please let me know.