Skip to content

Commit

Permalink
ChickenPaint
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Jan 6, 2024
1 parent 4167911 commit 3748931
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion potiboard5/chickenpaint/css/chickenpaint.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions potiboard5/chickenpaint/js/chickenpaint.js
Original file line number Diff line number Diff line change
Expand Up @@ -21774,6 +21774,10 @@ function CPConfirmTransformDialog(parent, controller) {
if (e.key === "Enter") {
// Enterキーが押されたら非表示にする
modal.hide();
controller.actionPerformed({
action: "CPTransformAccept"
}); //変形確定
that.emitEvent("accept");
parent.removeEventListener("keydown", keydown_EnterKey);
}
});
Expand Down
4 changes: 2 additions & 2 deletions potiboard5/chickenpaint/js/chickenpaint.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions potiboard5/chickenpaint/js/chickenpaint.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion potiboard5/chickenpaint/js/chickenpaint.min.js.map

Large diffs are not rendered by default.

0 comments on commit 3748931

Please sign in to comment.