Skip to content

Commit

Permalink
[0631/keycon-cursor:0.1.0] 直接キー割り当てボタンを押したときのカーソル位置が保存されない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtickle committed Feb 10, 2023
1 parent ba514ce commit f2cc663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/danoni_main.js
Expand Up @@ -5820,6 +5820,7 @@ const keyConfigInit = (_kcType = g_kcType) => {
createCss2Button(`keycon${j}_${k}`, g_kCd[g_keyObj[`keyCtrl${keyCtrlPtn}`][j][k]], _ => {
g_currentj = j;
g_currentk = k;
g_keycons.cursorNum = g_keycons.cursorNumList.findIndex(val => val === g_currentj);
setKeyConfigCursor();
}, {
x: keyconX, y: 50 + C_KYC_REPHEIGHT * k + keyconY,
Expand Down

0 comments on commit f2cc663

Please sign in to comment.