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 b6d512b commit dcc5f3dCopy full SHA for dcc5f3d
packages/ve-table/src/header/header-th.jsx
@@ -203,7 +203,7 @@ export default {
203
if (!isEmptyValue(leftColKey)) {
204
let indicatorColKeys = [];
205
if (leftColKey === rightColKey) {
206
- indicatorColKeys = leftColKey;
+ indicatorColKeys = [leftColKey];
207
} else {
208
indicatorColKeys = getColKeysByRangeColKeys({
209
colKey1: leftColKey,
0 commit comments