diff options
author | bobzel <zzzman@gmail.com> | 2022-09-13 21:43:59 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-09-13 21:43:59 -0400 |
commit | cea66bd846e886776bcb9d376f0aa7c88cf73504 (patch) | |
tree | 4c0035f4bdfacbbf7865b5e8f0d1732bbce0f752 /src/client/views/MainView.tsx | |
parent | 90f394be1bd4d2797770e43f9f99a919ca09823b (diff) |
made overlayX/overlayY instead of re-using x/y in order that overlay docs can be dragged in playground mode (for shared mini-player presentations) without necessarily allowing regular docs to be dragged in playground mode.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 2aa7f392b..4bf6bb881 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -167,8 +167,8 @@ export class MainView extends React.Component { 'timelineHeightPercent', 'panX', 'panY', - 'x', - 'y', + 'overlayX', + 'overlayY', 'fitWidth', 'nativeWidth', 'nativeHeight', |