mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-31 18:49:47 +08:00
Fix caret positioning
This commit is contained in:
parent
b2f7bac585
commit
fec9d24a19
@ -210,6 +210,10 @@ class Utilities {
|
||||
}
|
||||
|
||||
removeAt(source, position){
|
||||
if(this.simpleKeyboardInstance.caretPosition === 0){
|
||||
return source;
|
||||
}
|
||||
|
||||
let output;
|
||||
let prevTwoChars;
|
||||
let emojiMatched;
|
||||
|
Loading…
Reference in New Issue
Block a user