Skip to content

Commit 81b6fa6

Browse files
committed
sidepanel修正2
1 parent 9717293 commit 81b6fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sidepanel/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function App() {
132132
port = null
133133
setResult(null)
134134
if (!disposed) {
135-
setTimeout(connect, 200) // ★ ページ遷移後に再接続
135+
setTimeout(connect, 200)
136136
}
137137
})
138138
} catch (e: any) {

0 commit comments

Comments
 (0)