You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When m.pasteItems is called, it should properly handle errors if the file to copy does not exist. A failed process is probably a correct behaviour. But that NaN% should not occur. And process should not get stuck as we can see in below screenshot.
To Reproduce
Steps to reproduce the behavior:
Open spf and copy a file to clipboard by Ctrl+C
Rename the file
It will go away from clipboard
Do paste by pressing Ctrl+v
You will see a stuck/failed process with NaN% as progress Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
System information (please complete the following information):
OS: MacOS
Version 14
superfile Version 1.1.7.1
The text was updated successfully, but these errors were encountered:
time=2025-01-28T17:14:27.356+05:30 level=INFO msg="Clipboard render function get item state error stat /Users/kuknitin/temp/_bin/aas/aas/Assets.xcassets/new.txt: no such file or directory\n"
Describe the bug
When m.pasteItems is called, it should properly handle errors if the file to copy does not exist. A failed process is probably a correct behaviour. But that NaN% should not occur. And process should not get stuck as we can see in below screenshot.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
System information (please complete the following information):
The text was updated successfully, but these errors were encountered: