Skip to content

Commit 7cc26f0

Browse files
committed
deploy: c8e74eb
1 parent 117ba53 commit 7cc26f0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

human-ping.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
text-align: center;
2929
}
3030

31+
.app .state {
32+
white-space: pre-wrap;
33+
}
34+
3135
.app .history {
3236
font-size: 14px;
3337
position: absolute;
@@ -108,7 +112,7 @@
108112
child: [
109113
{
110114
ref: this.text,
111-
tag: 'p'
115+
tag: 'p.state'
112116
},
113117
{
114118
ref: this.history,
@@ -180,6 +184,7 @@
180184

181185
this.rounds++;
182186
this.updateCircles();
187+
this.set(READY, `\n${this.firstClickMs} ms\nClick to start`);
183188
this.state = 'READY';
184189
} else {
185190
this.set(READY, `Too early!`);

0 commit comments

Comments
 (0)