diff options
author | bobzel <zzzman@gmail.com> | 2023-03-14 20:31:06 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-03-14 20:31:06 -0400 |
commit | 20c0190e820f2bd343693368b7ef55a91f19c880 (patch) | |
tree | d6869e114079994f6e3a80702825bfa945077b9e /src/client/views/nodes/DocumentView.tsx | |
parent | 8fe91ed2bbb8141657830e238043af37e94a91e4 (diff) |
simplified Deserialize code. streamlined currentUserUtils to need fewer compiled functions by parameterizing more functions. .
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 964231e9d..02af30d0c 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -80,6 +80,7 @@ export enum OpenWhere { replaceLeft = 'replace:left', inParent = 'inParent', inParentFromScreen = 'inParentFromScreen', + overlay = 'overlay', } export enum OpenWhereMod { none = '', @@ -612,6 +613,7 @@ export class DocumentViewInternal extends DocComponent<DocumentViewInternalProps altKey, shiftKey, ctrlKey, + value: undefined, }, console.log ); |