Skip to content

Commit 498bec0

Browse files
authored
Enable toolbox click for block in "Morse Chat" (#6488)
1 parent 0c5ab66 commit 498bec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/projects/v2-morse-chat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Morse code is an alphabet composed of dots (short signals) and dashes (long sign
2222
hint~
2323

2424
■ From the ``||input:Input||`` category in the toolbox, drag an ``||input:on logo [pressed]||`` container into to your workspace.
25-
■ From the ``||radio:Radio||`` category, get ``||radio:radio send number [0]||`` and snap it into your empty ``||input(noclick):on logo [pressed]||`` container.
25+
■ From the ``||radio:Radio||`` category, get ``||radio:radio send number [0]||`` and snap it into your empty ``||input:on logo [pressed]||`` container.
2626

2727
```blocks
2828
input.onLogoEvent(TouchButtonEvent.Pressed, function () {
@@ -306,4 +306,4 @@ input.onLogoEvent(TouchButtonEvent.LongPressed, function () {
306306
input.onLogoEvent(TouchButtonEvent.Pressed, function () {
307307
radio.sendNumber(0)
308308
})
309-
```
309+
```

0 commit comments

Comments
 (0)