diff options
| author | bobzel <zzzman@gmail.com> | 2024-02-07 18:32:22 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-02-07 18:32:22 -0500 |
| commit | 15f23f8b99b2e5ce48e7146c61d4d61b451875ad (patch) | |
| tree | 1f89419b4166af6260815d20e9f26d2bbb948e48 /src/client/views/nodes | |
| parent | e3fde25014d523c5f43a138093718899fe17d108 (diff) | |
added back shiftkey to drag and embed. got rid of overlayplane link view. got rid of auto arrange. fixed text edit color for linkBox's
Diffstat (limited to 'src/client/views/nodes')
| -rw-r--r-- | src/client/views/nodes/LinkBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/LinkBox.tsx b/src/client/views/nodes/LinkBox.tsx index 0788e5adc..4f1d12c9b 100644 --- a/src/client/views/nodes/LinkBox.tsx +++ b/src/client/views/nodes/LinkBox.tsx @@ -154,7 +154,7 @@ export class LinkBox extends ViewBoxBaseComponent<FieldViewProps>() { paddingRight: 4, paddingTop: 3, paddingBottom: 3, - background: DashColor(highlightColor || color) + background: DashColor((!this.DocumentView?.().isSelected() && highlightColor) || color) .fade(0.5) .toString(), }}> |
