Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: [0629] divXの第2要素がposX末尾要素の最大値で無い場合の問題を修正 #1385

Merged
merged 1 commit into from Jan 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/lib/danoni_constants.js
Expand Up @@ -2576,7 +2576,7 @@ g_keycons.groups.forEach(type => {
// 特殊キーのコピー種 (simple: 代入、multiple: 配列ごと代入)
const g_keyCopyLists = {
simpleDef: [`blank`, `scale`],
simple: [`div`, `blank`, `scale`, `keyRetry`, `keyTitleBack`, `transKey`, `scrollDir`, `assistPos`],
simple: [`div`, `divMax`, `blank`, `scale`, `keyRetry`, `keyTitleBack`, `transKey`, `scrollDir`, `assistPos`],
multiple: [`chara`, `color`, `stepRtn`, `pos`, `shuffle`],
};

Expand Down