4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-31 19:58:53 +08:00

Merge pull request from orosptq/patch-1. Fixes

Issue 
This commit is contained in:
Francisco Hodge 2025-02-17 11:45:53 -05:00 committed by GitHub
commit 9ab084ac05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1688,7 +1688,7 @@ class SimpleKeyboard {
updated_startIndex,
updated_endIndex - updated_startIndex + 1
);
removedElements = updated_endIndex - updated_startIndex;
removedElements += updated_endIndex - updated_startIndex;
/**
* Inserting elements to container