Skip to content

Commit

Permalink
feat: 发送到服务器后置空 (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin authored Sep 20, 2024
1 parent 8509928 commit fa0eb81
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ const WebsocketClientOperator: React.FC<WebsocketClientOperatorProp> = memo((pro
ToServer: StringToUint8Array(wsToServer)
},
token
)
).then(() => {
setWsToServer("")
})
})

return (
Expand Down

0 comments on commit fa0eb81

Please sign in to comment.