-
-
Notifications
You must be signed in to change notification settings - Fork 608
fix: File block resize handles not working with touch input #1981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@blocknote/ariakit
@blocknote/code-block
@blocknote/core
@blocknote/mantine
@blocknote/react
@blocknote/server-util
@blocknote/shadcn
@blocknote/xl-ai
@blocknote/xl-docx-exporter
@blocknote/xl-email-exporter
@blocknote/xl-multi-column
@blocknote/xl-odt-exporter
@blocknote/xl-pdf-exporter
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep this is good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matthewlipski @nperez0111 can't we streamline this by using pointer events?
I wasn't aware of this API, seems like it should do it: https://developer.mozilla.org/en-US/docs/Web/API/Element/pointermove_event |
I see this was released; are we following up on the pointer events separately or was there an issue with that? |
@matthewlipski looked into it, and the API is different enough that it did not simplify things. |
Closes #1035