4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

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 = {};