anytype-ts
anytype-ts copied to clipboard
Working with files
trafficstars
Have you read a contributing guide?
- [x] I have read CONTRIBUTING.md
- [x] I have searched the existing requests and didn't find any that were similar
- [x] I have considered creating a pull request instead and want to proceed
Clear and concise description of the problem
- Files open on left mouse button DOWN (without even releasing it!) event. When I'm simply trying to drag a file, it unexpectedly opens. Video
- When pressing the right mouse button DOWN (again) on an embedded file title, it redirects to the file object. Again, I'm trying to drag but it opens instead! Video
- Files always download with their first/original name, even after the file has been renamed in the system. Video
Suggested solution
1-2. Implement standard double-click behavior for opening files/embedded objects. This has been the Windows standard for years and provides a much better user experience. 3. Fix download functionality to respect the current file name instead of always using the original name.