We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71610d5 commit b3c90a6Copy full SHA for b3c90a6
README.md
@@ -13,11 +13,11 @@
13
- Auto reconnect option.
14
- Clear log view.
15
- Responsive UI.
16
+- JSON highlighter.
17
- Progressive Web App (Works both online and offline).
18
19
## Shortcuts
20
-- Payload send on `enter` press.
21
- Protocol set on `enter` press.
22
23
## Usage
screenshots/screen_1.png
1.41 KB
src/components/WsClient.jsx
@@ -289,7 +289,6 @@ const WsClient = (props) => {
289
componentClass="textarea"
290
rows={6}
291
placeholder="Payload to send"
292
- onPressEnter={() => sendMessage(payload.current.value)}
293
/>
294
<Row gutter={16} className="show-grid">
295
<Col xs={24} sm={24} md={8} lg={8}>
0 commit comments