diff options
author | eperelm2 <emily_perelman@brown.edu> | 2023-07-27 11:12:52 -0400 |
---|---|---|
committer | eperelm2 <emily_perelman@brown.edu> | 2023-07-27 11:12:52 -0400 |
commit | de1c1ac01ed51c07fbe55235f1c5ea9c8b9d5516 (patch) | |
tree | cbab54801fad40111b022c63e5c9a97df6c60e2b /src/client/views/nodes/DocumentView.tsx | |
parent | 43670f51a7dd627deeb3612f1066e51871235f2d (diff) | |
parent | 92cb8cd4fd46a4796cd585fd8fd9c9fc4d36811e (diff) |
Merge branch 'master' into secondpropertiesmenu-emily
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 38922cb24..66352678c 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -1236,7 +1236,7 @@ export class DocumentViewInternal extends DocComponent<DocumentViewInternalProps const renderDoc = this.renderDoc({ borderRadius: this.borderRounding, outline: highlighting && !this.borderRounding && !highlighting.highlightStroke ? `${highlighting.highlightColor} ${highlighting.highlightStyle} ${highlighting.highlightIndex}px` : 'solid 0px', - border: highlighting && this.borderRounding && highlighting.highlightStyle === 'dashed' ? `${highlighting.highlightStyle} ${highlighting.highlightColor} ${highlighting.highlightIndex}px` : undefined, + border: highlighting && this.borderRounding && highlighting.highlightStyle === 'dashed' ? `${highlighting.highlightStyle} ${highlighting.highlightColor} ${highlighting.highlightIndex}px` : undefined, boxShadow, clipPath: borderPath?.clipPath, }); |