had too n_n

This commit is contained in:
2022-05-07 11:58:21 +02:00
parent 1888f794b1
commit ef877a53bd
2 changed files with 6 additions and 1 deletions

5
ime.js
View File

@@ -264,6 +264,11 @@ function imeChange(inState, stState, pop, array) {
inputFull = array;
}
// @remi@snug.moe:
// we made a backspace key that works!!!!!!!
// @meduelelateta@sweet.succubi.services:
// ari fell asleep
function imeRestore(array) {
let hex = array[array.length-1].codePointAt(0).toString(16);
hex[1] = parseInt(hex[1], 16);