diff --git a/README.md b/README.md index 5c7fc34..6eeb9a3 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ - Auto reconnect option. - Clear log view. - Responsive UI. +- JSON highlighter. - Progressive Web App (Works both online and offline). ## Shortcuts -- Payload send on `enter` press. - Protocol set on `enter` press. ## Usage diff --git a/screenshots/screen_1.png b/screenshots/screen_1.png index cea8d31..21bd475 100644 Binary files a/screenshots/screen_1.png and b/screenshots/screen_1.png differ diff --git a/src/components/WsClient.jsx b/src/components/WsClient.jsx index eb5644f..39827fe 100644 --- a/src/components/WsClient.jsx +++ b/src/components/WsClient.jsx @@ -289,7 +289,6 @@ const WsClient = (props) => { componentClass="textarea" rows={6} placeholder="Payload to send" - onPressEnter={() => sendMessage(payload.current.value)} />