From dfdebd42038ec750a23cf4b69ba5f652e9599f6f Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Tue, 2 Jun 2020 11:15:17 -0400 Subject: fixed background of preselementbox items --- src/client/views/presentationview/PresElementBox.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/client/views/presentationview/PresElementBox.tsx b/src/client/views/presentationview/PresElementBox.tsx index 475fef5b2..caee06d8f 100644 --- a/src/client/views/presentationview/PresElementBox.tsx +++ b/src/client/views/presentationview/PresElementBox.tsx @@ -178,6 +178,7 @@ export class PresElementBox extends ViewBoxBaseComponent Date: Tue, 2 Jun 2020 14:36:24 -0400 Subject: enabled annotations with hypothes.is --- deploy/index.html | 1 + src/client/views/nodes/WebBox.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/deploy/index.html b/deploy/index.html index 532b995f8..be0658da2 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -9,6 +9,7 @@ +
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index a91d4dfd9..c4ab3c9e2 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -411,9 +411,9 @@ export class WebBox extends ViewBoxAnnotatableComponent; } else if (field instanceof WebField) { const url = this.layoutDoc.UseCors ? Utils.CorsProxy(field.url.href) : field.url.href; - view =