diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-02-11 22:37:53 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-02-11 22:37:53 -0500 |
| commit | 2829d080ad27dac6bd2a4b717817a5681343556a (patch) | |
| tree | 2fc931fd5f5cab7e596d484aa846026c4bf679de /src/client/views/Touchable.tsx | |
| parent | 832dbcba3d46a924cca583429f683672875964a4 (diff) | |
| parent | 3910d017f6f06ebaf78884e9935d9206505427b8 (diff) | |
Merge branch 'radial_menu_fixes2' of https://github.com/browngraphicslab/Dash-Web into pen
Diffstat (limited to 'src/client/views/Touchable.tsx')
| -rw-r--r-- | src/client/views/Touchable.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/Touchable.tsx b/src/client/views/Touchable.tsx index 13cc38589..bc3d07130 100644 --- a/src/client/views/Touchable.tsx +++ b/src/client/views/Touchable.tsx @@ -221,8 +221,8 @@ export abstract class Touchable<T = {}> extends React.Component<T> { handle1PointerHoldMove = (e: Event, me: InteractionUtils.MultiTouchEvent<TouchEvent>): void => { - e.stopPropagation(); - me.touchEvent.stopPropagation(); + // e.stopPropagation(); + // me.touchEvent.stopPropagation(); } |
