Open
Description
With recent changes, the new Long Press + Mangifier work breaks the Superlist app, and we cannot update to the latest version.
The superlist app does two things on long press:
- Enable Drag n Drop, where a user can drag a document node around to reposition it.
- Enable "Swipe to Open," where a user can swipe from right to left to navigate into task details.
With PR #1489, these interactions are broken. This PR introduced custom long-press functionality which cannot be overridden. The IosLongPressSelectionStrategy
and AndroidDocumentLongPressSelectionStrategy
. Neither of these can be configured from the consumer of super_editor, which means our drag n drop & swipe to open functionality no longer works correctly.
This functionality needs to be configurable so we can opt-in or opt-out of this behavior.