diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-03-12 23:14:33 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-03-12 23:14:33 -0400 |
commit | 8f847d110b8c0d0a8213b92dffdb1394ac0d394b (patch) | |
tree | 57916b28c9c17ea906b6828ca67a59a5f1b0595f /src/client/views/nodes/DocumentView.tsx | |
parent | 1df26f00fedd7b9c5203c43729f36279eff8680d (diff) |
fixed reified buttons to not select
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 4e8e973a0..3ccbbe2bf 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -44,8 +44,6 @@ import "./DocumentView.scss"; import { FormattedTextBox } from './FormattedTextBox'; import React = require("react"); import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; - -import { CollectionStackingView } from '../collections/CollectionStackingView'; import { SchemaHeaderField } from '../../../new_fields/SchemaHeaderField'; import { ClientRecommender } from '../../ClientRecommender'; import { SearchUtil } from '../../util/SearchUtil'; |