Skip to content

Commit

Permalink
uncomment?
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Jul 3, 2024
1 parent 0059ff7 commit 2721ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/custom_web_server/main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ proc main =
echo "Connected"
of weDisconnected:
echo "Disconnected"
#of EventsMouseClick:
# echo "Click"
of weMouseClick:
echo "Click"
of weNavigation:
let url = e.getString()
echo "Starting navigation to: ", url
Expand Down

0 comments on commit 2721ade

Please sign in to comment.