diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-25 11:55:59 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-25 11:55:59 -0400 |
| commit | 430dfa3afbfd38fe0db869b962da45903b888264 (patch) | |
| tree | 298b0d76135b041a1b4709e1cc6dc26f24cdc4ec /src/client/views/collections/collectionFreeForm | |
| parent | 6a62e0a16abc3bbadfb179750463e3d361f1c759 (diff) | |
more event fixing. got rid of text box padding.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index b511a6e3d..c6681e014 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -63,7 +63,6 @@ export class MarqueeView extends React.Component<MarqueeViewProps> document.addEventListener("pointermove", this.onPointerMove, true); document.addEventListener("pointerup", this.onPointerUp, true); document.addEventListener("keydown", this.marqueeCommand, true); - e.stopPropagation(); } if (e.altKey) e.preventDefault(); |
