aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-02-03 12:08:27 -0500
committerbobzel <zzzman@gmail.com>2021-02-03 12:08:27 -0500
commita774d7f55755703faa316401dd8724dd82a9ee98 (patch)
treeebc06f52e0ca8387923a2368fd7593a0ae7ad37c /src/client/views/nodes/WebBox.tsx
parentdf23545cff9c612a91272c16fa819f8b53c310d0 (diff)
added linkRelationship to linkEditor. fixed warnings.
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r--src/client/views/nodes/WebBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx
index 438395ab0..352abd1e7 100644
--- a/src/client/views/nodes/WebBox.tsx
+++ b/src/client/views/nodes/WebBox.tsx
@@ -256,6 +256,7 @@ export class WebBox extends ViewBoxAnnotatableComponent<FieldViewProps, WebDocum
} catch (e) {
console.log("WebBox URL error:" + this._url);
}
+ return true;
}
editToggleBtn() {