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 moving fast through files, if it catches a big image file, it freezes until the image is loaded, even though I jumped out of the file already.
To Reproduce
Go to any directory with any big image and other files. Hold J to navigate down the directory. When it catches the big file, it freezes and jumps 2-4 files ahead when the file finishes loading.
Expected behavior
The explorer should behave smoothly and kill the loading process if the user already jumped out of the file.
The text was updated successfully, but these errors were encountered:
Hey @AleryBerry, thanks for the bug report. I'm currently working on this issue!
It's unfortunately a bit of a tricky one but I'm going to test with updating the library / possibly threading the image loading process as to not cause the user to freeze.
Unfortunately, this doesn't really fix the issue at hard but more or less optimises the current approach. I'm going to leave this issue open as I plan to experiment with threading the image loading process to hopefully fix the problem at its root.
Describe the bug
When moving fast through files, if it catches a big image file, it freezes until the image is loaded, even though I jumped out of the file already.
To Reproduce
Go to any directory with any big image and other files. Hold J to navigate down the directory. When it catches the big file, it freezes and jumps 2-4 files ahead when the file finishes loading.
Expected behavior
The explorer should behave smoothly and kill the loading process if the user already jumped out of the file.
The text was updated successfully, but these errors were encountered: