diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-14 14:47:57 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-14 14:47:57 -0400 |
| commit | 5b9d33920858a42319e84eab2c515919feba45ac (patch) | |
| tree | af7aee7bb842737e9be242e8338d34d7272bbd4a /src/mobile | |
| parent | 3f523f0af11ec5b5db9895a38ba81bfd4145d316 (diff) | |
fixed dragging in tree views for Catalog to "copy" documents within the sidebar instead of aliasing them.
Diffstat (limited to 'src/mobile')
| -rw-r--r-- | src/mobile/MobileInkOverlay.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mobile/MobileInkOverlay.tsx b/src/mobile/MobileInkOverlay.tsx index 973931615..59c73ed27 100644 --- a/src/mobile/MobileInkOverlay.tsx +++ b/src/mobile/MobileInkOverlay.tsx @@ -114,7 +114,8 @@ export default class MobileInkOverlay extends React.Component { altKey: false, metaKey: false, ctrlKey: false, - shiftKey: false + shiftKey: false, + embedKey: false } } ) |
