mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
Add some explanation comments.
This commit is contained in:
@@ -21,6 +21,7 @@ export function RaisedHandIndicator({
|
||||
}): ReactNode {
|
||||
const [raisedHandDuration, setRaisedHandDuration] = useState("");
|
||||
|
||||
// This effect creates a simple timer effect.
|
||||
useEffect(() => {
|
||||
if (!raisedHandTime || !showTimer) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user