test
This commit is contained in:
@@ -22,7 +22,7 @@ export default function Soundboard() {
|
||||
onClick={() =>
|
||||
{
|
||||
if (ref.current){
|
||||
ref.current.currentTime = 0;
|
||||
//ref.current.currentTime = 0;
|
||||
ref.current?.play()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user