diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-15 21:36:09 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-15 21:36:09 -0400 |
commit | fc0473d0322c9d00ab339c5058dac5863a63ae41 (patch) | |
tree | 2e38b935feb3570d85bf9c3db6221525f1697a84 /src/client/documents/Documents.ts | |
parent | 8313f6d5403ac91b973baca8d80e1d1e3b6cc8d6 (diff) |
fixes for dropAction and buttons
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index f4fce34ac..a5a9087c2 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -306,7 +306,7 @@ export namespace Docs { */ export namespace Create { - const delegateKeys = ["x", "y", "width", "height", "panX", "panY"]; + const delegateKeys = ["x", "y", "width", "height", "panX", "panY", "dropAction", "forceActive"]; /** * This function receives the relevant document prototype and uses |