mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-09-02 03:43:24 +00:00
Merge pull request #348 from wooferzfg/empty-columns-bug
Fix empty columns affecting columns to the left
This commit is contained in:
@@ -57,6 +57,8 @@ export default class Split extends React.Component<Props> {
|
||||
const column = this.props.split.columns[i];
|
||||
if (!column.value) {
|
||||
lastEmptyColumnIndex = i;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user