Skip to content

Commit

Permalink
chickenpaint.js
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Jan 15, 2024
1 parent f2ddda5 commit d4bda9e
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 44 deletions.
3 changes: 1 addition & 2 deletions potiboard5/chickenpaint/js/chickenpaint.js
Original file line number Diff line number Diff line change
Expand Up @@ -22946,9 +22946,9 @@ function CPLayersPalette(controller) {
layerContainer.addEventListener(eventName, absorbTouch);
}
widgetContainer.appendChild(layerContainer);

//ドロップダウンメニュー関連項目のコメントアウト
// widgetContainer.appendChild(dropdownLayerMenu);

// $(dropdownParent)
// .on("show.bs.dropdown", function(e) {
// let
Expand Down Expand Up @@ -23903,7 +23903,6 @@ function CPMainMenu(controller, mainGUI) {
(0, _jquery.default)(entryElem).data("checkbox", true).toggleClass("selected", !!entry.checked);
}
if (entry.hideIfNotAvailable) {
console.log("entry.hideIfNotAvailable", entry.hideIfNotAvailable);
entryElem.data("hideIfNotAvailable", true);
}
}
Expand Down
6 changes: 3 additions & 3 deletions potiboard5/chickenpaint/js/chickenpaint.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit d4bda9e

Please sign in to comment.