Skip to content

Commit 3aaa6fc

Browse files
authored
foolproof
I didnt test it
1 parent 3c934b5 commit 3aaa6fc

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/7-keyboard-events/keyboard-dump.view

1 file changed

+1
-1
lines changed

2-ui/3-event-details/7-keyboard-events/keyboard-dump.view/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<input type="text" placeholder="Press keys here" id="kinput">
3030

31-
<textarea id="area"></textarea>
31+
<textarea id="area" readonly></textarea>
3232
<input type="button" value="Clear" onclick="area.value = ''" />
3333
</form>
3434
<script src="script.js"></script>

0 commit comments

Comments
 (0)