diff options
author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-08-23 15:48:47 -0400 |
---|---|---|
committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-08-23 15:48:47 -0400 |
commit | 9b0a043eeb272c69c1aac07c5a4df409f09400b7 (patch) | |
tree | f355e03faa49d960435e278f20c6830d07af2b7d /src/client/views/linking/LinkEditor.tsx | |
parent | f75810f3466fcbd2449bc5006316fea4865c2cd9 (diff) |
matched link group header background to color of relationship
Diffstat (limited to 'src/client/views/linking/LinkEditor.tsx')
-rw-r--r-- | src/client/views/linking/LinkEditor.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/linking/LinkEditor.tsx b/src/client/views/linking/LinkEditor.tsx index 2d6a6942b..fba95cad2 100644 --- a/src/client/views/linking/LinkEditor.tsx +++ b/src/client/views/linking/LinkEditor.tsx @@ -115,7 +115,6 @@ export class LinkEditor extends React.Component<LinkEditorProps> { } toggleSearchIsActive = () => { this.searchIsActive = !this.searchIsActive; - console.log("toggle search to " + this.searchIsActive) } @action |