aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Touchable.tsx
diff options
context:
space:
mode:
authorStanley Yip <stanley_yip@brown.edu>2020-02-11 22:37:53 -0500
committerStanley Yip <stanley_yip@brown.edu>2020-02-11 22:37:53 -0500
commit2829d080ad27dac6bd2a4b717817a5681343556a (patch)
tree2fc931fd5f5cab7e596d484aa846026c4bf679de /src/client/views/Touchable.tsx
parent832dbcba3d46a924cca583429f683672875964a4 (diff)
parent3910d017f6f06ebaf78884e9935d9206505427b8 (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.tsx4
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();
}