diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2023-07-31 17:18:48 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2023-07-31 17:18:48 -0400 |
commit | 74b3a04a40338a4f16027560e52ec771b7aa19be (patch) | |
tree | c23e3376753d9a4d7f4b32912f3b32b0c3560fd9 /src | |
parent | 7da381226f86467729c4fcad685dac17e30c9bf9 (diff) |
import table on windows
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index ba8585749..158588e8a 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -170,7 +170,7 @@ export class MarqueeView extends React.Component<SubCollectionViewProps & Marque TreeView._editTitleOnLoad = { id: slide[Id], parent: undefined }; this.props.addDocument?.(slide); e.stopPropagation(); - }*/ else if (e.key === 't' && e.ctrlKey) { + }*/ else if (e.key === 'p' && e.ctrlKey) { e.preventDefault(); (async () => { const text: string = await navigator.clipboard.readText(); |