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