had too n_n
This commit is contained in:
Submodule heonian-content updated: 6a40a51d6e...19de5190c0
5
ime.js
5
ime.js
@@ -264,6 +264,11 @@ function imeChange(inState, stState, pop, array) {
|
|||||||
inputFull = array;
|
inputFull = array;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @remi@snug.moe:
|
||||||
|
// we made a backspace key that works!!!!!!!
|
||||||
|
// @meduelelateta@sweet.succubi.services:
|
||||||
|
// ari fell asleep
|
||||||
|
|
||||||
function imeRestore(array) {
|
function imeRestore(array) {
|
||||||
let hex = array[array.length-1].codePointAt(0).toString(16);
|
let hex = array[array.length-1].codePointAt(0).toString(16);
|
||||||
hex[1] = parseInt(hex[1], 16);
|
hex[1] = parseInt(hex[1], 16);
|
||||||
|
|||||||
Reference in New Issue
Block a user