diff options
author | bobzel <zzzman@gmail.com> | 2023-06-19 14:55:54 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-06-19 14:55:54 -0400 |
commit | e6802ea58257710ba262076f8ff57d61b8fd9ec5 (patch) | |
tree | 41095b68ec0bccde03c3762816138392b96a140e /src/client/views/nodes/DocumentView.tsx | |
parent | 77c988ff16e6f594d32e641cf7a375af4d5a4d56 (diff) |
cleanup of unused fields. fix to allow key value pane for collectionDocking view.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index adbfc11d4..23148ed34 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -68,7 +68,6 @@ export enum OpenWhere { addLeft = 'add:left', addRight = 'add:right', addBottom = 'add:bottom', - dashboard = 'dashboard', close = 'close', fullScreen = 'fullScreen', toggle = 'toggle', |