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