We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f52c3 commit 878cb13Copy full SHA for 878cb13
client.js
@@ -94,7 +94,9 @@ function onRender(err){
94
})
95
.catch(console.error.bind(console));
96
97
- chrome.usb.onDeviceAdded.addListener(deviceAdded);
+ chrome.usb.onDeviceAdded.addListener(function(){
98
+ setTimeout(deviceAdded, 200);
99
+ });
100
}
101
102
function onRegister(err){
0 commit comments