mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-29 16:32:48 -05:00
Copy stream id to clipboard when clicked
This commit is contained in:
@@ -261,6 +261,7 @@ function App({ wsEndpoint }) {
|
||||
return
|
||||
}
|
||||
handleSetView(availableIdx, streamId)
|
||||
navigator.clipboard.writeText(streamId)
|
||||
},
|
||||
[gridCount, sharedState],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user