editable icon indicating copy to clipboard operation
editable copied to clipboard

在移动端,有一个页面集成了editablejs之后,这个页面的其他容器不能滑动了,猜测是document的touchmove事件被禁止了

Open HAY0526 opened this issue 10 months ago • 0 comments

Description A clear and concise description of what the bug is.

Recording A GIF or video showing the issue happening. (If you don't include this, there's a very good chance your issue will be closed, because it's much too hard to figure out exactly what is going wrong, and it makes maintenance much harder.)

Sandbox A link to a sandbox where the error can be reproduced.

Steps To reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expectation A clear and concise description of what you expected to happen. (Often it's helpful to test out the behavior of other editors like Google Docs, Medium, Notion, etc. to see how they handle the same issue.)

Environment

  • Editable Version: [e.g. 0.59]
  • Operating System: [e.g. iOS]
  • Browser: [e.g. Chrome, Safari]
  • TypeScript Version: [e.g. 3.9.7 - required only if it's a TypeScript issue]

Context Add any other context about the problem here. (The fastest way to have an issue fixed is to create a pull request with working, tested code and we'll help merge it. Editable is solving a pretty complex problem, and we can't do it without active contributors, so thank you so much for your help!)

HAY0526 avatar Apr 17 '24 07:04 HAY0526