質問編集履歴
2
a
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
|
48
48
|
|
49
|
-
async function
|
49
|
+
async function threeSecondTimeout() {
|
50
50
|
|
51
51
|
await offVideoControls();
|
52
52
|
|
@@ -76,7 +76,7 @@
|
|
76
76
|
|
77
77
|
setUpVideoControls();
|
78
78
|
|
79
|
-
|
79
|
+
threeSecondTimeout(); //↑のfunctionを呼び出し
|
80
80
|
|
81
81
|
}}>
|
82
82
|
|
1
あ
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
【ReactNative】setTimeoutを複数実行したとき、前回のsetTimeoutの秒数を上書きしたい
|
1
|
+
【ReactNative】setTimeoutを複数回実行したとき、前回のsetTimeoutの秒数を上書きしたい
|
test
CHANGED
File without changes
|