From 364b946e286533c2b30b80157cde8eebb2473c87 Mon Sep 17 00:00:00 2001 From: bobzel Date: Fri, 5 Mar 2021 15:50:03 -0500 Subject: from last --- src/client/views/nodes/LinkDocPreview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/nodes/LinkDocPreview.tsx b/src/client/views/nodes/LinkDocPreview.tsx index a3c149ffc..3fe164f8a 100644 --- a/src/client/views/nodes/LinkDocPreview.tsx +++ b/src/client/views/nodes/LinkDocPreview.tsx @@ -191,7 +191,7 @@ export class LinkDocPreview extends React.Component { render() { const borders = 16; // 8px border on each side return
+ style={{ left: this.props.location[0], top: this.props.location[1], width: this.width() + borders, height: this.height() + borders + (this.props.showHeader ? 37 : 0) }}> {this.docPreview}
; } -- cgit v1.2.3-70-g09d2