diff --git a/experiments/modern/src/App.js b/experiments/modern/src/App.js index 42d68afd..5c57440d 100644 --- a/experiments/modern/src/App.js +++ b/experiments/modern/src/App.js @@ -57,6 +57,8 @@ function Layout({ return ( <> @@ -93,6 +97,8 @@ function Button({ id, image, action, x, y, downImage, tooltip, children }) { const img = data[imgId.toLowerCase()]; return (
{ setDown(true); document.addEventListener("mouseup", () => {