diff options
author | bobzel <zzzman@gmail.com> | 2020-11-14 19:47:17 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-11-14 19:47:17 -0500 |
commit | c440d2d48ca3ade4f7d3ac0a7f9f54eaacd4074d (patch) | |
tree | 5f8a7784ec3099fda6129013e30957fb711fbe18 /src/client/util/CurrentUserUtils.ts | |
parent | bf3b8e083815ef1a597da915d48675c2000d5f00 (diff) |
fixed height of autoHeight masonry (tools panel was messed up showing nothing). fixed drag to hide the dragged feedback before hit testing which prevented dragging buttons from working. removed 'dropAction' from removeDropProperties on buttons
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index cae359362..202cd7b1f 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -494,7 +494,7 @@ export class CurrentUserUtils { activeInkPen, backgroundColor, _hideContextMenu: true, - removeDropProperties: new List<string>(["dropAction", "_stayInCollection"]), + removeDropProperties: new List<string>(["_stayInCollection"]), _stayInCollection: true, dragFactory, clickFactory, |