aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-11-11 02:09:18 -0500
committerbobzel <zzzman@gmail.com>2020-11-11 02:09:18 -0500
commit70e79356ce89f4afb47220393c541f74eada62fc (patch)
tree20355e13f7c1b4b729b9f90b176654e599a724b9 /src/client/util
parent2f199e382cad9578fb08b186bf6bd50ab5868a39 (diff)
turned off selection highlighting in TreeView because it is way too inefficient. more fixes to laying out fitWidth and other documents in ContentFittingDocViews. testing against GridViews and TreeViews things seem to work.
Diffstat (limited to 'src/client/util')
-rw-r--r--src/client/util/DocumentManager.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/DocumentManager.ts b/src/client/util/DocumentManager.ts
index a6816c7f9..eaccbdb63 100644
--- a/src/client/util/DocumentManager.ts
+++ b/src/client/util/DocumentManager.ts
@@ -9,7 +9,6 @@ import { CollectionView } from '../views/collections/CollectionView';
import { DocumentView } from '../views/nodes/DocumentView';
import { LinkManager } from './LinkManager';
import { Scripting } from './Scripting';
-import { SelectionManager } from './SelectionManager';
import { LinkDocPreview } from '../views/nodes/LinkDocPreview';
import { FormattedTextBoxComment } from '../views/nodes/formattedText/FormattedTextBoxComment';