Fix the black screen of death (#7238)
* Fix the black screen of death * fmt * make check * Clean up * Fix up zoom to fit * Change how emulateNetworkConditions work * Do NOT use browser's offline/online mechanisms * Fix test
This commit is contained in:
@ -703,7 +703,8 @@ export async function sendSelectEventToEngine(
|
||||
cmd_id: uuidv4(),
|
||||
})
|
||||
if (!res) {
|
||||
return Promise.reject('no response')
|
||||
console.warn('No response')
|
||||
return undefined
|
||||
}
|
||||
|
||||
if (isArray(res)) {
|
||||
|
Reference in New Issue
Block a user