We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bd60e commit e813b72Copy full SHA for e813b72
src/content/datachannel/messaging/main.js
@@ -120,7 +120,7 @@ class MessagingSample extends LitElement {
120
<label for="localOutgoing">Local outgoing message:</label>
121
<textarea class="message" id="localOutgoing"
122
placeholder="Local outgoing message goes here."></textarea>
123
- <button ?disabled="${!this.connected}" @click="${e => this._sendMessage('#localOutgoing', this._localChannel)}
+ <button ?disabled="${!this.connected}" @click="${e => this._sendMessage('#localOutgoing', this._localChannel)}"
124
id="sendLocal">Send message from local</button>
125
</div>
126
<div class="messageBox">
0 commit comments