mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-15 18:22:04 -04: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