Merge pull request #4676 from Tyriar/4097_2

Remove redundant condition
This commit is contained in:
Daniel Imms
2023-08-14 06:01:07 -07:00
committed by GitHub
@@ -431,7 +431,7 @@ export class DomRendererRowFactory {
}
// exclude conditions for cell merging - never merge these
if (!isCursorCell && !isJoined && !isDecorated && isInSelection === oldIsInSelection) {
if (!isCursorCell && !isJoined && !isDecorated) {
cellAmount++;
} else {
charElement.textContent = text;