Merge branch 'dev' into next
This commit is contained in:
@@ -113,13 +113,13 @@ export default createComponent({
|
||||
if (extraKeys.length === 1) {
|
||||
keys.push(
|
||||
{ text: 0, wider: true },
|
||||
{ text: extraKey[0], type: 'extra' }
|
||||
{ text: extraKeys[0], type: 'extra' }
|
||||
);
|
||||
} else if (extraKeys.length === 2) {
|
||||
keys.push(
|
||||
{ text: extraKey[0], type: 'extra' },
|
||||
{ text: extraKeys[0], type: 'extra' },
|
||||
{ text: 0 },
|
||||
{ text: extraKey[1], type: 'extra' }
|
||||
{ text: extraKeys[1], type: 'extra' }
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user