Skip to content

Commit

Permalink
add click to run for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jun 13, 2024
1 parent cfe9134 commit 29b3783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ function App() {
<div
class="bg-stone-900 overflow-auto text-gray-500 p-4 grow-0"
ref={container}
onClick={() => run()}
>
run the code to see graph...
run the code to see graph... (tap somewhere here on mobile)
</div>
</div>
<div className="px-4 py-2 border-t border-teal-500 grow-0">
Expand Down

0 comments on commit 29b3783

Please sign in to comment.