add break

This commit is contained in:
Phillip 2023-08-29 12:36:29 -05:00
parent d989ce6e4f
commit 47cc31f693

View File

@ -1332,6 +1332,7 @@ class WebBrowser extends LitElement {
try {
await this.linkOpenNewTab(data.qortalLink)
response = true
break;
} catch (error) {
console.log('error', error)
const obj = {};