cursor position reset for going left

This commit is contained in:
minjaesong
2021-10-22 18:26:12 +09:00
parent 9b3384255b
commit ee7115b438
2 changed files with 8 additions and 3 deletions

View File

@@ -379,8 +379,9 @@ Object.freeze({"n":"세벌식 3-90","states":states,
},
"end":()=>{
console.log(`end composing`)
let ret = bufAssemble()
reset()
return bufAssemble()
return ret
},
"reset":()=>{ reset() },
"composing":()=>(states.code!=0)