mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-02 04:42:45 +08:00
commit
9ab084ac05
@ -1688,7 +1688,7 @@ class SimpleKeyboard {
|
|||||||
updated_startIndex,
|
updated_startIndex,
|
||||||
updated_endIndex - updated_startIndex + 1
|
updated_endIndex - updated_startIndex + 1
|
||||||
);
|
);
|
||||||
removedElements = updated_endIndex - updated_startIndex;
|
removedElements += updated_endIndex - updated_startIndex;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Inserting elements to container
|
* Inserting elements to container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user