diff options
| author | bobzel <zzzman@gmail.com> | 2023-09-19 16:28:40 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-09-19 16:28:40 -0400 |
| commit | c9ce658d193d5e8ec4161c31bc60c499ada1b8b7 (patch) | |
| tree | 68f64894cdce6200074bfc59e1f9885272a3fce0 /src/client/views/nodes/formattedText/DashDocView.tsx | |
| parent | 8c8bbfe3ac8e17f9716abaf4560f6490538dc004 (diff) | |
fixed tree view hierarchy opening icons
Diffstat (limited to 'src/client/views/nodes/formattedText/DashDocView.tsx')
| -rw-r--r-- | src/client/views/nodes/formattedText/DashDocView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/DashDocView.tsx b/src/client/views/nodes/formattedText/DashDocView.tsx index 5349e6966..c5167461b 100644 --- a/src/client/views/nodes/formattedText/DashDocView.tsx +++ b/src/client/views/nodes/formattedText/DashDocView.tsx @@ -8,7 +8,6 @@ import { NumCast, StrCast } from '../../../../fields/Types'; import { emptyFunction, returnFalse, Utils } from '../../../../Utils'; import { DocServer } from '../../../DocServer'; import { Docs, DocUtils } from '../../../documents/Documents'; -import { ColorScheme } from '../../../util/SettingsManager'; import { Transform } from '../../../util/Transform'; import { DocFocusOptions, DocumentView } from '../DocumentView'; import { FormattedTextBox } from './FormattedTextBox'; |
