anytype-ts icon indicating copy to clipboard operation
anytype-ts copied to clipboard

Working with files

Open hitriyvalenok opened this issue 7 months ago • 1 comments
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

  1. 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
  2. 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
  3. 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.

hitriyvalenok avatar Mar 24 '25 11:03 hitriyvalenok