We want to be able to interlink documents in the editor. We created a custom inline content that allows users to interlink documents.
Scrolling on mobile devices was causing issues with drag and drop functionality, documents were being moved unintentionally. This commit disables drag and drop on mobile devices to prevent this issue.
Clean up e2e tests by removing unused utils and renaming some files for consistency.