jzeron commented on issue #12864: URL: https://github.com/apache/echarts/issues/12864#issuecomment-961601479
Microsoft Surface Hub we had to disable pointerEventsSupported in addition to forcing touchEventsSupported: ```javascript import zRenderEnv from 'zrender/lib/core/env'; zRenderEnv.touchEventsSupported = true; zRenderEnv.pointerEventsSupported = false; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
