Skip to content

Commit 9ab084a

Browse files
authored
Merge pull request #2462 from orosptq/patch-1. Fixes #2460
Issue #2460
2 parents 17f136d + 7016cfd commit 9ab084a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Keyboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ class SimpleKeyboard {
16881688
updated_startIndex,
16891689
updated_endIndex - updated_startIndex + 1
16901690
);
1691-
removedElements = updated_endIndex - updated_startIndex;
1691+
removedElements += updated_endIndex - updated_startIndex;
16921692

16931693
/**
16941694
* Inserting elements to container

0 commit comments

Comments
 (0)