We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028940b commit a4608e0Copy full SHA for a4608e0
src/panelList/panelList.js
@@ -5,7 +5,7 @@ const PanelList = memo(function PanelList(props) {
5
const { openTabIDs, selectedTabID } = React.useContext(StateContext)
6
, api = React.useContext(ApiContext)
7
, setting = api.optionsManager.setting
8
- , className = setting.panellistClass + ' ' + setting[api.getOption('direction') + 'class'];
+ , className = setting.panellistClass + ' ' + setting[api.getOption('direction') + 'Class'];
9
return (
10
<div className={className}>
11
{openTabIDs.map(id =>
0 commit comments