Skip to content

Commit b3c90a6

Browse files
committed
PWA splash background update
1 parent 71610d5 commit b3c90a6

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
- Auto reconnect option.
1414
- Clear log view.
1515
- Responsive UI.
16+
- JSON highlighter.
1617
- Progressive Web App (Works both online and offline).
1718

1819
## Shortcuts
1920

20-
- Payload send on `enter` press.
2121
- Protocol set on `enter` press.
2222

2323
## Usage

screenshots/screen_1.png

1.41 KB
Loading

src/components/WsClient.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ const WsClient = (props) => {
289289
componentClass="textarea"
290290
rows={6}
291291
placeholder="Payload to send"
292-
onPressEnter={() => sendMessage(payload.current.value)}
293292
/>
294293
<Row gutter={16} className="show-grid">
295294
<Col xs={24} sm={24} md={8} lg={8}>

0 commit comments

Comments
 (0)