Commit a4a3ee8e authored by sliao's avatar sliao

fix

parent ffc90f9e
...@@ -69,11 +69,12 @@ export const LightPanel = React.memo<Props>(props => { ...@@ -69,11 +69,12 @@ export const LightPanel = React.memo<Props>(props => {
}); });
function touchStart(e) { function touchStart(e) {
e.origin.stopPropagation(); // e.origin.stopPropagation();
handlePoint(e); handlePoint(e);
} }
function handleTouch(e) { function handleTouch(e) {
// e.origin.stopPropagation();
handlePoint(e, false); handlePoint(e, false);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment